-
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
Parameters to enforce a specific buffer level? #4588
Comments
You are right, the description in
That means you probably see the buffer target being exceeded by a maximum equal to your segment duration. I think it would be cleaner to take the segment duration into account and check:
I will take this question/discussion to our dash.js call next week. |
Thanks @dsilhavy. This is helpful |
@aelgendy97 I just merged a PR to address this issue in #4594 . The changes should be visible in the nigthly branch soon: https://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html |
What are the parameters I can change to make sure the buffer level doesn't exceed a specific threshold. I checked the Settings.js file and changed both the stableBufferTime and bufferTimeAtTopQuality (my video isn't considered a long form) to the threshold I want; however, I keep seeing the buffer levels exceeding that threshold. I am using a 4s segment and my MPD is passing the conformance check.
Any pointer would be appreciated
The text was updated successfully, but these errors were encountered: