Updating MSE/video duration after playlist change #6945
Closed
phillipseamore
started this conversation in
General
Replies: 1 comment 1 reply
-
It seems there's no way to prepend to a buffer in MSE without going to a whole lot of effort (e.g. you can't shift the timestamps to move the already existing sourcebuffer without remuxing etc). So I'll stick with my loadSource switching and a fake progressbar. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to seamlessly and smoothly switch from a short window DVR to a longer window and I can't seem to find a method to update the MSE/video duration to reflect the change.
For this I'm simply replacing the window lengths defined in my playlist URL's:
This works fine, no hiccups in playing and the 3600 second playlists are being fetched and I see that all fragments are in level.details - however I'm left trying to find a solution to force an update to the MSE seekable buffer (and the video's duration).
Beta Was this translation helpful? Give feedback.
All reactions