-
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
Bugfix live edge calculation #3201
Bugfix live edge calculation #3201
Conversation
Several comments here:
|
@wilaw Thanks for the input For means of comparison the current hierarchy:
Regarding your input:
To sum up: I did not want to touch the existing live delay logic in dash.js at this point. The goal was to prioritize in a different way than we do today (despite obvious bugfixes like #3199). In my opinion the MPD@suggestedPresentationDelay should not be disabled by default. However, concrete values provided by the user should always have priority over MPD values. |
As far as I understand I have no objection for this part. |
This PR changes the priority of the live delay calculation to the following descending order
This PR also related to a fix applied regarding the suggestedPresentationDelay : #3199