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

SCTE 214-1 allows for ContentIdentifier in AssetIdentifier and Supplemental Property elements #65

Closed sbuzzard closed 2 months ago

sbuzzard commented 2 months ago

section 8.2 of SCTE 24-1 allows multiple ContentIdentifiers in the AssetIdentifier and SupplementalProperty elements, and we're using it at $JOB in AssetIdentifier within a Period.

emarsden commented 2 months ago

Thanks!