-
Notifications
You must be signed in to change notification settings - Fork 53
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
Changing src displays poster and/or initial frames from new src #59
Comments
I'm not sure how much control we'll have over this. There are lots of bugs and inconsistencies in various browser implementations when we change source and need to seek. You can poke around in the code to see if you can find any solutions. Be sure to look at the logic already in these places: videojs-quality-selector/src/js/index.js Lines 16 to 58 in 06b18e4
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An example showing this behavior found at 1moreclub.com/embedtest. This issue seems to reproduce regardless of browser.
Basically when partly through the video and attempting to change src, the frame changes from the frame displayed at the current part of playback, and reverts to the beginning of the video. then it skips again back to where it should be once it's loaded.
Is it possible to keep the displayed frame from jumping around? I had opened a ticket about an unrelated issue on the videojs github and they told me that seeking logic is handled by the quality selector plugin, so here I am.
I am not certain that this is an issue, but it's definitely not behavior as I would expect it to, so if this is an error or if there are known workarounds/adjustments please let me know!
Thanks.
The text was updated successfully, but these errors were encountered: