Skip to content

SegmentBase Multi period bug fix

Created by: nicosang

Hi,

this PR has to resolve issue #2840 (closed) by reseting seekStartTime value in all cases when the stream begins to play. In this specific use case (SegmentBase multi period), no internal seek is done to start, for instance, the second period. The seekStartTime value is still 30.03s. the getWorkingTime function always returns 30.03s. BufferLevelRule doesn't have correct informations to decide or not to request new segment.

@niralipatelgoogle, I know this issue is open for a long time, but it would be great if you can take a look at this fix. Thank you!

Nico

Merge request reports