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

Predict next segment in DASH SegmentTimeline #898

Open
joeyparrish opened this issue Jun 20, 2017 · 0 comments
Open

Predict next segment in DASH SegmentTimeline #898

joeyparrish opened this issue Jun 20, 2017 · 0 comments
Labels
component: DASH The issue involves the MPEG DASH manifest format priority: P3 Useful but not urgent type: enhancement New feature or request
Milestone

Comments

@joeyparrish
Copy link
Member

It has come up many times that <SegmentTimeline> requires the manifest to be refreshed for the player to know about new segments. (See this issue comment or this list post.)

I don't recall who gave me this idea, and I can't find the conversation on github or in the mailing list, so it may have come up during a CWIP class. It should be feasible for us to predict what the next segment would look like in a way that is likely to be accurate enough to keep the user from buffering.

For example, if the last segment described in <SegmentTimeline> has a duration of 4096, we could simply assume the next one would be as well. Or we could be more conservative and assume that if the last N segments had the same duration, the next one would as well.

This would allow us to survive better with DASH content whose suggestedPresentationDelay and minimumUpdatePeriod parameters are not well-tuned.

@joeyparrish joeyparrish added the type: enhancement New feature or request label Jun 20, 2017
@joeyparrish joeyparrish added this to the v2.3.0 milestone Jun 20, 2017
@joeyparrish joeyparrish modified the milestones: v2.3.0, v2.4.0 Oct 3, 2017
@joeyparrish joeyparrish modified the milestones: v2.4.0, Backlog Dec 4, 2017
@joeyparrish joeyparrish modified the milestones: Backlog, Backlog 2 Jan 28, 2020
@theodab theodab added component: DASH The issue involves the MPEG DASH manifest format priority: P3 Useful but not urgent labels Oct 2, 2021
@avelad avelad assigned avelad and unassigned avelad May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: DASH The issue involves the MPEG DASH manifest format priority: P3 Useful but not urgent type: enhancement New feature or request
3 participants