emarsden / dash-mpd-rs

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

Add availabilityTimeOffset and availabilityTimeComplete to SegmentTemplate #11

Closed sbuzzard closed 1 year ago

sbuzzard commented 1 year ago

These are defined in the spec and ones we use - appreciate it if you could include them in an upcoming release. Thanks much for the library!

emarsden commented 1 year ago

Thanks!