emarsden / dash-mpd-rs

Rust library for parsing, serializing and downloading media content from a DASH MPD manifest.
MIT License
70 stars 22 forks source link

Have bitstreamSwitching and BitstreamSwitching properties in SegmentTemplate #55

Closed sbuzzard closed 4 months ago

sbuzzard commented 4 months ago

For 0.15 I noticed there's bitstreamSwitching and BitstreamSwitching properties in SegmentTemplate - that seems like a mistake?

emarsden commented 4 months ago

Not a mistake. The 2022 version of the specification includes these in SegmentTemplate.

https://standards.iso.org/ittf/PubliclyAvailableStandards/c083314_ISO_IEC%2023009-1_2022(en).zip

sbuzzard commented 4 months ago

oh, interesting, one's an attribute and one's a subelement.