Skip to content

fix issue about media finished detection

Created by: nicosang

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

Merge request reports