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

Clarification of resolution of $Time$ placeholder in SegmentTemplate #59

Open
komar007 opened this issue Oct 29, 2020 · 0 comments
Open

Comments

@komar007
Copy link

komar007 commented Oct 29, 2020

In 18.3, just before Example 8, there is a statement:

If using $Time$ addressing, the value for each segment reference is the segment start point on the sample timeline, in timescale units ([DASH] 5.3.9.5.3).

This is clearly in line with ISO/IEC 23009-1:2012, which explicitly states (5.3.9.6.1):

The Segment URL for a Media Segment is obtained by replacing the $Time$ identifier by the earliest
presentation time obtained from the SegmentTimeline.

However, there seems to be a change of the specification occurring gradually in 2014 and 2019 versions of the norm, where for example ISO/IEC 23009-1:2019, 5.3.9.5.3 says:

If the Representation contains or inherits a SegmentTemplate element with $Time$ then the
URL of the media segment at position k is determined by replacing the $Time$ identifier by
MPD start time of this segment, as described below.

and the term MPD start time is described in 5.3.9.6.1:

The value of the @t
attribute minus the value of the @presentationTimeOffset specifies the MPD start time of the first
Segment in the series

which implies that the substitution value for $Time$ should be @t - @presentationTimeOffset.

It is important to note that the 2019 version of the norm describes the resolution of the segment URLs in more places and these instances seem to contradict each other, at least according to some interpretations. I also have concerns with respect to the definition of the term MPD start time and whether it is defined in terms of MPD timeline or sample timeline.

This issue is not to suggest a change in the Guidelines document, quite the opposite, I believe that the earlier description in 2012 norm is correct. This is more to raise awareness of the changes in the norm and discuss their correctness and/or clarity.

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

No branches or pull requests

1 participant