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

Correct audio segments scheduling in live mode #2668

Merged

Conversation

bbert
Copy link
Contributor

@bbert bbert commented Jun 25, 2018

In live mode, until the first video segment is appended, the audio scheduling (via the BufferLevelRule) was considering audio buffer level always equal to 0.
Then in case 1st video segment takes some time to be downloaded, this can lead scheduler to request audio segments at live edge before they are available.

With this PR audio scheduler is correctly aligned with video scheduler.

@epiclabsDASH epiclabsDASH added this to the 2.8 milestone Jun 26, 2018
@epiclabsDASH epiclabsDASH merged commit 9e21e60 into Dash-Industry-Forum:development Jun 26, 2018
@bbert bbert deleted the live-start branch September 19, 2018 09:06
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