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

PlaybackController will end the stream if it's unfinished #2622

Merged

Conversation

aescarcha
Copy link
Contributor

Ending the stream from PlaybackController when it's supposed to be ended but native element didn't trigger the ended event.

Sometimes the video element stops a few milliseconds before the stream end and the end event is never fired, but we do fire PLAYBACK_ENDED.
Now we listen for that event in order to pause the player and stop the wallclock interval

Fixes #2593

…ded but native element didn't trigger the ended event
@epiclabsDASH epiclabsDASH added this to the 2.8 milestone Jun 20, 2018
@epiclabsDASH epiclabsDASH merged commit 9bda202 into Dash-Industry-Forum:development Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants