Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix starting of live streams with SegmentTimeline #3131

Conversation

bbert
Copy link
Contributor

@bbert bbert commented Dec 10, 2019

For live streams with SegmentTimeline thus manifest refreshes, when manifest is updated, the player checks if current playback time is not anterior to DVR window start, and then it seeks to DVR window start (I guess to ensure to download and play available segments)
However, when loading the stream, if manifest is first updated before live is started (currentTime still equal to 0) then a seek to DVR window start is performed.
This PR fixes this issue by ignoring DVR window resynchronization if stream is not started yet.

…if live stream not yet started (currentTime = 0)
@dsilhavy dsilhavy added this to the 3.0.2 milestone Dec 10, 2019
@dsilhavy dsilhavy self-requested a review December 10, 2019 18:11
@dsilhavy dsilhavy merged commit 69c3991 into Dash-Industry-Forum:development Jan 14, 2020
@nicosang nicosang deleted the fix-live-segmenttimeline-start branch January 14, 2020 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants