-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bufferWhenNeeded stops loading anything when manually jumping to a different time in video #4
Comments
Yeah, I have found the some problem. Can anybody help? I had try to fix it, but it didn't work. |
……Author knew the issue. See here, https://hacks.mozilla.org/2015/07/streaming-media-on-demand-with-media-source-extensions/
It doesn’t show how to properly handle seeking during playback. |
I try this code `var video = document.querySelector("video");
|
I saw there was some code listening to the seek event, so i tried it, but:
Expected behaviour:
Jumping to a certain point loads the video at that point (if not already loaded) and continues playing/loading from there
Actual behaviour:
Video only plays if that point is already loaded. No subsequent parts are loaded. This also applies when seeking backwards.
The text was updated successfully, but these errors were encountered: