zencoder / go-dash

A Go library for generating MPEG-DASH manifests.
Other
217 stars 60 forks source link

Fix DescriptorTypes that violated spec #76

Closed soldiermoth closed 4 years ago

soldiermoth commented 4 years ago

Fixes https://github.com/zencoder/go-dash/pull/73 as well

Update to list because multiple can appear according to the xsd: https://github.com/Dash-Industry-Forum/MPEG-Conformance-and-reference-source/blob/master/conformance/MPDValidator/schemas/DASH-MPD.xsd#L24-L25

mjneil commented 4 years ago

Can you update one of the test fixtures to have multiple of one descriptor type in one adaptation set

soldiermoth commented 4 years ago

@mjneil Added example

zsiec commented 4 years ago

👍 Thanks for making these updates!