Use information from buffering to calculate seekable
Look forward and backward through the playlist to find an anchor to base seekable calculations on. This is helpful for live playlists in particular, where the only way to determine the correct starting position for the seekable range is to look at where future segments have ended up in the buffer. Without this change, the start of seekable was always zero, even if the live sliding window had moved forward.
Showing
3 changed files
with
143 additions
and
108 deletions
-
Please register or sign in to post a comment