Rob Walch

Results 782 comments of Rob Walch

The second part is to look at switching timing for playlists with many parts per segment and fewer independent parts. Enforcing switching at the next independent part is not happening...

Switching starts in stream-controller's idle tick here based on the abr-controller's pick regardless of what segment of part might come next: https://github.com/video-dev/hls.js/blob/7782205b9ae955ee7e23194c1e74ce4743fcf2cb/src/controller/stream-controller.ts#L256-L273 For Low-Latency, it might be a good idea...