8000 DASH playback start position is wrong under SegmentTemplate number mode · Issue #8537 · google/ExoPlayer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
DASH playback start position is wrong under SegmentTemplate number mode  #8537
Closed
@happyong-ib

Description

@happyong-ib

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0