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

Closed
joeyparrish opened this issue Jun 20, 2017 · 2 comments
Closed

Predict next segment in DASH SegmentTimeline #898

joeyparrish opened this issue Jun 20, 2017 · 2 comments
Labels
component: DASH The issue involves the MPEG DASH manifest format priority: P3 Useful but not urgent status: archived Archived and locked; will not be updated type: enhancement New feature or request

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
@avelad
Copy link
Member

avelad commented Sep 25, 2024

There is no comment on this since the issue was created 7 years ago, is anyone still interested in this? Otherwise in 7 days the issue will be closed.

@avelad avelad added the status: waiting on response Waiting on a response from the reporter(s) of the issue label Sep 25, 2024
@shaka-bot
Copy link
Collaborator

Closing due to inactivity. If this is still an issue for you or if you have further questions, the OP can ask shaka-bot to reopen it by including @shaka-bot reopen in a comment.

@shaka-bot shaka-bot removed the status: waiting on response Waiting on a response from the reporter(s) of the issue label Oct 2, 2024
@avelad avelad removed this from the Backlog milestone Nov 5, 2024
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Dec 1, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Dec 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: DASH The issue involves the MPEG DASH manifest format priority: P3 Useful but not urgent status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants