Rob Walch

Results 623 comments of Rob Walch

[Not a Contribution](https://www.apache.org/licenses/LICENSE-2.0) Closing in favor of feature request #4453

Hi @valotvince, Would you be able to resolve the conflicts in the PR? I know it's been a while. I'll be putting together a working branch for DRM work soon,...

The stream-controller could perform this kind of back-buffer ejection using the fragment tracker to identify buffered content of a lesser quality further back than the currently playing fragment. See `nextLevelSwitch`...

Please fill out the [Bug Report Template](https://github.com/video-dev/hls.js/issues/new?template=bug_report.md) as part of your issue, making sure to include: - Test stream/page (if possible) - Steps to reproduce - Expected behavior - Actual...

Please fill out the [Bug Report Template](https://github.com/video-dev/hls.js/issues/new?template=bug_report.md) as part of your issue, making sure to include: - Test stream/page (if possible) - Steps to reproduce - Expected behavior - Actual...

Not a Contribution Browsers enforce a play policy that may require user interaction for play() to resolve. This must be dealt with outside of HLS.js using the video element(s) that...

Please fill out the [Bug Report Template](https://github.com/video-dev/hls.js/issues/new?template=bug.yaml) as part of your issue, making sure to include: - Test stream/page (if possible) - Steps to reproduce - Expected behavior - Actual...

If you could define an interface for abr controller classes to implement in src/types and link to it in the docs, that would be most helpful. The requirements I see...

[Not a Contribution](https://www.apache.org/licenses/LICENSE-2.0) You want to measure from the time you call `hls.loadSource(URL)` to the time that the media element emits `'canplay'` or `'playing'`.

> I read the new code of version 1.0.9 and I found sessionTypes has been removed. Can you point out where? A reference to the commit or PR where it...