Rob Walch

Results 782 comments of Rob Walch

> I need multivariant stream using fragmented mp4 with interleaved video and audio frames in same fragments. And that may be the source of the issue. It seems that the...

Closing with "cannot reproduce" / "Stream issue". If you are able to isolate reproduction steps using hls.js v1.6.9 or higher, please leave a comment.

You can detach the media element from one `Hls`js instance and attach it to another. This will prevent the playlists and init segments from being reloaded when reattaching to the...

Can you expand more on the use-case where there is only one segment in the live playlist? Standard practice is at least three.

Have you considered using HLS server control and blocking reload to provide playlist updates as they become available? I appreciate the contribution, but since this only benefits the edge case...

> Not sure if this is related to this pr, but since commit 88be7874198d146c71600cc594360d064ad308bb, the interval between initial playlist reloads has been doubled. > > Specifically, when hls.js first loads...

@flagoworld adding a note from #7556: > Set `initialLiveManifestSize` to 3 to prevent startup with smaller playlists. For your unique use-case, this would prevent the stall, but make startup take...

Can you copy the main type definitions to workaround the issue? Since the light build stubs out various modules, there isn't a very clean way to type the stubbed modules....

When comparing the same behavior to Chrome, this looks like a browser issue. It is unclear why Safari restores the page state with the HTMLMediaElement's (Managed)MediaSource closed. `hls.recoverMediaError()` resets the...

It looks like this issue is unique to desktop Safari, as I am unable to reproduce it on iOS or iPadOS 26. I recommend filing an issue with [Feedback Assistant](https://feedbackassistant.apple.com)...