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

Ambiguity on the "urn:mpeg:dash:period-continuity:2015" supplemental descriptor #415

Open
peaBerberian opened this issue Sep 27, 2022 · 1 comment

Comments

@peaBerberian
Copy link

Hi,

At Canal+, we're looking into indicating period-continuity and/or period-connectivity between AdaptationSet in multiple Periods by defining <SupplementalProperty> elements with respectively a "urn:mpeg:dash:period-continuity:2015" or a "urn:mpeg:dash:period-connectivity:2015" schemeIdUri (I understand that the former imply the latter) to improve the pertinence of our client's track selection logic when encountering Period boundaries with such situations.

In the DASH-IF v4.3, there's a little ambiguity on what to set in the value part of that element:

  1. In 3.2.12 (Content Offering with Periods), we can read:

    Media Presentations should signal period-continuous Adaptation Sets by using a supplemental descriptor on Adaptation Set level with @schemeIdUri set to "urn:mpeg:dash:period-continuity:2015" with:
    • the @value of the descriptor matching the value of an @id of a Period that is contained in the MPD,
    • the value of the AdaptationSet@id being the same in both Periods.

    Basically indicating that period-connected AdaptationSet always have the same id property and that the wanted other Period's id is used as a value

  2. However in 3.9.4.8. (Other Annotation, Auxiliary Data), we can read:

    Auxiliary information is expressed by
    [...]
    - The Supplemental descriptor with the @schemeIdUri and @value pairs:
    [...]
    Period-continuous Adaptation Sets by using Aa @schemeIdUri set to "urn:mpeg:dash:period-continuity:2015" with the @value of the descriptor matching the value of an @id of a Adaptation Set that is contained in the MPD

    Indicating this time that the value should be set to the other AdaptationSet it is continuous with - or at least that's how I understand it.

Which one is right?
I would guess (1), as it looks more normative and as it is referenced multiple times in the specification, but that would mean that (2) may be erroneous and should be corrected.

Am I correct?

PS: I tried looking at how other client implementations interpreted it, but it seems to be rarely, if ever, used at least in the open-source DASH clients I looked into, sadly

@peaBerberian peaBerberian changed the title Ambiguity on the "urn:mpeg:dash:period-continuity:2015" Ambiguity on the "urn:mpeg:dash:period-continuity:2015" supplemental descriptor Sep 27, 2022
@haudiobe
Copy link
Contributor

f2f 2022/12/13:

@haudiobe will look into this

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

2 participants