Rob Walch

Results 782 comments of Rob Walch

#7304 works around the SourceBuffer creation issue present in all releases. The asset seems to work about as well as it did in previous builds with this change, but still...

Interesting. Every segment is 95MB and results in the subsequent append throwing QuotaExceededError. The policy is to reduce the buffer and keep trying. This usually works as it usually takes...

You can work around this by adding the following to your config (`maxMaxBufferLength` being the critical addition). This is not something I would recommend normally. For such unusually large segments...

I don't plan to add support for Roku's EXT-X-IMAGE-STREAM-INF - that is not part of the HLS spec. I am open to discussing how HLS.js could allow access to these...

Relates to #6798 (both comment on SUBTITLE_TRACK_SWITCH event). Consider addressing these issues together. > Ideally I would like that the player didn't emit these stale cues `CUES_PARSED` will continue to...

The compatibility section of the README states that HLS.js is supported on Chrome 39 and up. https://github.com/video-dev/hls.js?tab=readme-ov-file#compatibility Would you like to submit a PR to avoid this escape, assuming that...

> 2. Add a "crappy MSE mode", which won't allow a level switch until the new level has a future independent part (relative to the current playhead) – possibly excluding...

This comment sums it up https://github.com/video-dev/hls.js/issues/5111#issuecomment-1360416520 While the next release will include important fixes over v1.2.9, it will not prevent the player from switching at moments when future appends will...

v1.4.0 has some improvements, which result in fewer of these events, but it can still happen when the player either does not or cannot switch down in time to avoid...