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

Fix internal seek #3536

Merged

Conversation

bbert
Copy link
Contributor

@bbert bbert commented Feb 15, 2021

When doing internal seek (to adjust seek target or to jump gaps), re-enable 'seeking' listener once currentTime has been set on video element (do not wait for 'seeked' event).
This fixes some inconsistancies when user is seeking while internal seeking

Bertrand Berthelot added 2 commits February 15, 2021 17:10
…me has been set (do not wait for 'seeked' event)
…re next 'seeking' event after internal seek, so that concurrent user seeks can be considered (without waiting for 'seeked' event)
@dsilhavy dsilhavy added this to the 3.3.0 milestone Mar 2, 2021
@dsilhavy dsilhavy self-requested a review March 2, 2021 12:38
@dsilhavy dsilhavy merged commit 9094bbc into Dash-Industry-Forum:development Mar 2, 2021
@bbert bbert deleted the fix-internal-seek branch March 2, 2021 14:40
bbert pushed a commit to Orange-OpenSource/dash.js that referenced this pull request Mar 4, 2021
* When doing internal seek, re-enable 'seeking' listener once currentTime has been set (do not wait for 'seeked' event)

* for internal seek, do not disable 'seeking' listener, but simply ignore next 'seeking' event after internal seek, so that concurrent user seeks can be considered (without waiting for 'seeked' event)
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

Successfully merging this pull request may close these issues.

None yet

2 participants