Skip to content

Stream stalling issue with hls.js 1.2.9 #5300

Answered by robwalch
JustinHu8 asked this question in Q&A
Discussion options

You must be logged in to vote

All that enabling liveDurationInfinity does is prevent HLS.js from setting MediaSource duration. Instead it updates seekable TimeRanges. This makes the HTMLMediaElement interface for Live playback match that of Safari where video.duration is Infinity while playing a live HLS stream, and video.seekable.start(0) and video.seekable.end(0) match the sliding playlist window available for playback.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robwalch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants