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

fix audio buffer target when videoTrackPresent #2122

Merged
merged 1 commit into from
Aug 18, 2017

Conversation

spiterikevin
Copy link
Contributor

@spiterikevin spiterikevin commented Aug 10, 2017

At the end of a stream, the videoBufferLevel is less than 1. If the fragmentDuration is less than 1, then floor(max(videoBufferLevel, fragmentDuration)) is 0 and the audio buffer target is set to 0. That causes the video to not play through to the end #1901.

@dsparacio dsparacio merged commit 8666fcb into Dash-Industry-Forum:development Aug 18, 2017
@spiterikevin spiterikevin deleted the 1901 branch August 18, 2017 20:46
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