zencoder / go-dash

A Go library for generating MPEG-DASH manifests.
Other
221 stars 61 forks source link

adding missing BaseURL to AdaptationSet as per specs #96

Closed mattetti closed 1 year ago

mattetti commented 1 year ago

Examples such as this one: https://testassets.dashif.org/#testvector/details/590086c77459f8cb201b8d12 sets a baseURL value all the way down to the AdaptationSet, this PR adds that value so it can be parsed out properly if available without changing the manifest generation logic.