-
Notifications
You must be signed in to change notification settings - Fork 1
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
Clarify timestamp handling in dynamic->static transition #56
Comments
First thoughts:
|
The following "startover URL" from DASH-IF live simulator should have the right behaviour, and be compatible with the text above: https://livesim.dashif.org/livesim/startrel_-20/stoprel_20/timeoffset_0/testpic_2s/Manifest.mpd It will redirect to a URL with absolute time interval corresponding to the live time interval [now - 20s, now + 20s], and the MPD will become static approximately 20s after the initial call. At the transition the segments will stay the same, but AST will go away. |
Are you proposing the former live period would convert to fixed duration with non change to the
So this would require changing the |
See shaka-project/shaka-player#2581
A dynamic MPD may be anchored at Unix epoch. At some point it is transformed to a static MPD - but this is anchored at the start of the actual content, not at the start of the MPD timeline in the dynamic MPD.
What is the right way for the player to know where the playhead now lies in the static MPD?
Alternative phrasing: what does the dynamic MPD timeline position equivalent to "now" on the wall clock map to in the static MPD?
The text was updated successfully, but these errors were encountered: