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

DASH-IF IOP 3.0 Compliance: Required attributes for video adaptation set and representations #29

Closed
kqyang opened this issue Jul 14, 2015 · 1 comment
Assignees
Labels
status: archived Archived and locked; will not be updated type: enhancement New feature or request
Milestone

Comments

@kqyang
Copy link
Contributor

kqyang commented Jul 14, 2015

3.2.4. Presence of Attributes and Elements

For any Adaptation Sets with @ContentType=""video"" the following attributes shall be present
o @MaxWidth (or @width if all Representations have the same width)
o @maxHeight (or @height if all Representations have the same height)
o @maxFrameRate (or @framerate if all Representations have the same frame rate)
o @Par
Note: The attributes @MaxWidth and @maxHeight should be used such that they describe the target display size. This means that they may exceed the actual largest size of any coded Representation in one Adaptation Set.

For any Representation within an Adaptation Set with @ContentType=""video"" the following attributes shall be present:
o @width, if not present in AdaptationSet element
o @height, if not present in AdaptationSet element
o @framerate, if not present in AdaptationSet element
o @sar

@MaxWidth, @maxHeight, @maxFrameRate and @Par are not present in video AdaptationSet currently. @framerate and @sar are not present in the video representations currently.

@kqyang kqyang added the type: enhancement New feature or request label Jul 14, 2015
@kqyang kqyang added this to the 1.2 milestone Jul 14, 2015
@kqyang
Copy link
Contributor Author

kqyang commented Oct 1, 2015

Fixed in 21e4396 and other CLs.

@kqyang kqyang closed this as completed Oct 1, 2015
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 19, 2018
@shaka-project shaka-project locked and limited conversation to collaborators Apr 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants