Skip to content
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

Bug: Performing time jump to an invalid time actually sends you to the past #2

Open
gabek opened this issue Aug 17, 2022 · 0 comments

Comments

@gabek
Copy link
Member

gabek commented Aug 17, 2022

I see this as a bug with VideoJS, but we shouldn't be trying to do this. Example.

  • We are 30 seconds into a live stream
  • 10 future seconds of video are buffered, 10 past seconds of video are buffered.
  • We try to seek to the 11th second (second 41)
  • Player doesn't know what to do and instead of doing nothing sends us back to the beginning of the buffer in the player, in this case second 20. This means we get kicked back 10 seconds, making us further from live than when we started.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant