Rob Walch

Results 782 comments of Rob Walch

> Is it alright if I add a feature request to manage captions & subtitles together in v2? Absolutely. Please do.

Looks like stream-controller went into a PARSED state and never left that state: > ` [log] > – "[stream-controller]:" – "PARSING->PARSED" (hls.min.js, line 1)` It is expected that parsed media...

Adding https://github.com/video-dev/hls.js/labels/Revisit-at-later-release-cycle label. We should consider adding a timeout with error handling for append update events. This appears to be a violation of the MSE spec, and may be related...

Hi @chelleccarlyle, Can you share any content that reproduces the issue to help validate the fix?

Adding client-side insertion of interstitial events makes sense. Some of the "beyond baseline" items listed above fall outside the scope of interstitials - side by side, pip, and overlay would...

> 2. Secondary Playback Management: Handling the loading, playback, and completion of the interstitial content. Once an interstitial is schedule by the client, how would loading/playback/completion be any different? The...

For native playback in Safari, if I point Safari directly to your m3u8, it displays text rather than a video player. This suggests you might not be returning the correct...

You could look through previous releases to see if this is a regression https://github.com/video-dev/hls.js/tree/deployments I tried v0.12.4 and while the first frame rendered, it wan't long until the same HTMLVideoElement...

Hi @LalitAgrawala004, The issues that jump out to me are in the warnings in the console for Chrome and Safari: ``` hls.js:21589 [warn] > AVC: 45 ms (-4082dts) overlapping between...

Hi @jms135, Yes. I see multiple warnings and errors when attempting to play your stream in Safari with hls.js. Here's a highlight of errors from `mediastreamvalidator`: ``` -------------------------------------------------------------------------------- MUST fix...