-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Seeking backwards while using nativeControlsForTouch breaks playback #6444
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. |
So, I think this may be due to us switching to middleware in VHS: videojs/http-streaming#161. |
Cool — thanks for the update! I'll see if building with |
Hrm — so, I built Did I understand correctly that the problem should not exist in |
Master still uses middleware, so, it won't be fixed. You can try the PR videojs/http-streaming#777 and see if that works. |
Awesome! That PR does indeed fix it. Thanks for everything you do! 🎉 |
You're welcome, then, yes, indeed, the issue is that. We'll have to come up with a solution in master. We're likely going to merge and release that PR in the 1.x release line soon. |
…ad of relying on unreliable 'seeking' events (#161)" (#777) This reverts commit 6c68761. This helps address #378 and videojs/video.js#6444. We still need seekTo for seekToProgramTime.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
✨ |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Also, we reverted the middleware change in the main branch, so, this should be fine with VHS 2.x as well. |
Description
When using the
nativeControlsForTouch
for option with a DASH manifest, seeking backwards breaks playback.Steps to reproduce
Results
Expected
The player should seek backwards and load the appropriate segments to resume playback at the seeked time
Actual
Loading of segments for newly seeked time never happens, and as a result playback never resumes.
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
Latest (7.6.6)
browsers
Chrome (at least)
OSes
MacOS, Android
plugins
None
The text was updated successfully, but these errors were encountered: