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 issue about media finished detection #3116

Conversation

nicosang
Copy link
Contributor

Hi,

this PR has to update PR #3105 that included a regression about media finished detection. In dynamic manifest use case, dashHandler has to keep segmentIndex unchanged if no request has been found. In static manifest, in order to detect media finished status, segmentIndex has to be increased by one to be equals or greater than availableSegmentsNumber.

So, the stream https://livesim.dashif.org/livesim/modulo_10/testpic_2s/Manifest.mpd can be used to test that the previsous PR is always solved by this new PR. The first VOD stream in the sample page can be used to be sure that the end of the stream is correctly detected.

Nico

@epiclabsDASH epiclabsDASH added this to the 3.0.1 milestone Nov 27, 2019
@epiclabsDASH epiclabsDASH merged commit c6ddf07 into Dash-Industry-Forum:development Nov 27, 2019
@nicosang nicosang deleted the fixMediaFinishedRegression branch November 27, 2019 20:48
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

3 participants