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 spec and the ordering of EventStream and other subelements #75

Closed
sbuzzard opened this issue Aug 13, 2024 · 0 comments · Fixed by #76
Closed

DASH spec and the ordering of EventStream and other subelements #75

sbuzzard opened this issue Aug 13, 2024 · 0 comments · Fixed by #76

Comments

@sbuzzard
Copy link
Contributor

Our architect who specializes in DAI pointed out that the order of the EventStream in a Period is not correct. Though most XML parsers don't care, they want us to abide by the spec. I can also do a PR to update this. Section 5.3.2.3 gives the order of the elements within the Period:

baseURL
segmentBase
segmentList
SegmentTemplate
AssetIdentifier
EventStream
AdaptationSet
Subset
SupplementalProperty
EmptyAdaptationSet
GroupLabel
Preselection

In that order. Some may not be supported and we don't care about them. I can create a PR with Period adjusted if you'd like.

Thanks so much for the lib!

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

Successfully merging a pull request may close this issue.

1 participant