Closed
Description
Under Dash number mode, the playback starts from the begin of window, seems the suggestedPresentationDelay of manifest does not apply.
I use the dev-v2 branch 724ded1 (2021-01-26).
I also debug the code, please check the following code in DashMediaSource.java line 917,
long liveStreamEndPositionInLastPeriodUs = currentEndTimeUs - C.msToUs(lastPeriod.startMs);
Here the currentEndTimeUs refers to the period-relative endTimeUs, it shouldn't subtract the period.startMs.