Skip to content

Fix segment base issue

Created by: nicosang

Hi,

this PR has to solve issue with Segment base stream with 3.0 version. The stream can be used to reproduce the issue.

We can see that for some representations, segments are not in the correct order. So, when the player call the getNextFragment, it's not the good segment that is returned. Indeed, if the current fragment has index 24 for time 0:56 , the next one, with index 25 may be at time 2:20.....

I can't explain now, why the issue didn't appear with 2.9.3....If someone can help me.... ;-)

Nico

Merge request reports