Rob Walch
Rob Walch
> My use case is that I have created a timeline react component with trick play that have time of day on its X axis, and people click to navigate...
> This is always off by a few seconds That should not be the case unless there is an issue with your playlists program date times or your currentTime calculation....
It looks like there is a problem in the error-controller: `getLevelSwitchAction` recognizes that this is a video source buffer error and that it should find a codec alternate, but it...
If working on this, please also consider #7448. Making a `new Fragment` instance (or instance of a new sub class like `BitrateTestFragment` which abstracts away the `bitrateTest` property) could also...
Can you share why handling of `FRAG_LOADING/LOADED` for bitrate tests is important in your app?
> Fragment property "bitrateTest" should not change and should be documented Since only one fragment is used to this way, I don't think that having a property on Fragment, of...
It is not HLS.js's choice to to stall in the case described. This is browser playback behavior, independent of HLS.js. Either do not call play() until buffering is complete, or...
Please file a PR that adds it to the README for review and merging once approved.
> We have been hitting this issue as well: @APinsof-cainc, File your own issue with steps to reproduce.
If you think it's getting stuck in that while loop, we should change it to: ```js if (provisioned?.duration) { pos += provisioned.duration; ``` Can you confirm that duration is not...