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

Clamping the playhead to the seek start time should avoid using an additional offset when possible. #141

Closed
tdrews opened this issue Jul 28, 2015 · 0 comments
Assignees
Labels
status: archived Archived and locked; will not be updated type: enhancement New feature or request
Milestone

Comments

@tdrews
Copy link
Contributor

tdrews commented Jul 28, 2015

For live content, if the playhead is clamped to the seek start time then it's clamped with an additional minBufferTime seconds offset to ensure the stream has time to re-buffer after clamping (so the playhead doesn't move outside the seek window during re-buffering). However, this offset is not always necessary: the clamped location could already be buffered, or minBufferTime seconds may be large enough such that the playhead will jump ahead noticeably when trying to seek near the beginning of the seek window.

@tdrews tdrews added the type: enhancement New feature or request label Jul 28, 2015
@joeyparrish joeyparrish added this to the v1.6.0 milestone Sep 1, 2015
@TheModMaker TheModMaker self-assigned this Sep 30, 2015
@shaka-project shaka-project locked and limited conversation to collaborators Mar 22, 2018
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants