Rob Walch

Results 623 comments of Rob Walch

Hi @brett-bryant, What version of hls.js are you running (in flowplayer)? Have you tried reproducing the issue in latest development (https://hlsjs-dev.video-dev.org/demo/) or hls.s stand-alone (https://hlsjs.video-dev.org/demo/)? In the logs you provided,...

> I'm now replacing the valid .ts file url by overriding fLoader.context.url, instead of using the hls.loadSource method to load the new .m3u8, which would cause a reload of the...

You should look into using Content Steering to clone and replace variant and rendition URLs to a new pathway if you need to change the path to media playlists and...

Pathway cloning is only available via steering manifest. If you have tokens that expire you should implement a steering manifest. The v1.6 release will include the ability to set the...

> The fact that getDecryptData passes the entire decoded data URI to mp4pssh as pssh data (making an incorrect assumption as you've pointed out) appears to be a bug in...

Given that this works as expected, are you still expecting the enhancement mentioned above? > improving `getDecryptData` to check if a "com.microsoft.playready" KEY tag URI is already wrapped in a...

> According to caniuse.com, the [track](https://caniuse.com/?search=track) element and the [addTextTrack](https://caniuse.com/?search=addTextTrack) method have nearly identical browser support. That does not guarantee that these changes will not break someone's integration. There could...

Hi @xxoo, Sorry for the delay in getting to this. Can you please resolve the merge conflicts by rebasing these changes?