-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat: #3610 minBufferToKeep #3611
base: development
Are you sure you want to change the base?
feat: #3610 minBufferToKeep #3611
Conversation
Can we solve this problem by using the segment duration rather than a static value? Based on your description in #3610 I assume that the Tizen TV clears everything up to the next GoP/segment boundary as soon as you want to clear a buffer range that does not correspond to a segment boundary? Consequently, if we keep at least one segment duration + SAFETY_OFFSET (maybe sth like 500ms) in the buffer it should not clear everything and cause a gap? |
@dsilhavy Oh I didn't think about that. That would be more reasonable! |
please where I can find the source code the dynamic algorithm that groups bola and troughtput |
Maybe you mean this, https://github.com/Dash-Industry-Forum/dash.js/blob/development/src/streaming/controllers/AbrController.js#L490 |
yes,but this is just the update function,i search for the real one |
@orange4glace I would prefer to only apply this offset in case a |
#3610
Any thoughts please!