-
Notifications
You must be signed in to change notification settings - Fork 425
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
Player enters endless seeking state when setting currentTime() to duration() #1510
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
This reproduces from Video.js 8.11.8 with VHS 3.12.0. 8.11.4/3.11.2 and below are OK. Possibly an effect of #1489. |
We're running into (I think?) the same issue. It is also an infinite spinner on seek, and also resolved by downgrading VHS to Our tests used VOD manifests with separate main and audio playlists. The Some of our observations so far:
We eventually tried version |
Description
If I set the
currentTime()
of a player to theduration()
to go to the end of a HLS video, the player shows the seeking spinner endlessly.Reduced test case
https://codepen.io/phelaz/pen/ZENzWNo
Steps to reproduce
MEDIA_ERR_DECODE
errors)loadeddata
event to enable the "Go to end" buttoncurrentTime()
to theduration()
return value)Errors
No response
What version of Video.js are you using?
8.12.0
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Edge 124.0.2478.80, Firefox 125.0.3
What OS(es) and version(s) does this occur with?
Windows 11
The text was updated successfully, but these errors were encountered: