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 FailoverContent to dash segment base #18

Closed sbuzzard closed 1 year ago

sbuzzard commented 1 year ago

DASH is never-ending it seems. Ran into FailoverContent - relatively recent add to the spec (last couple years).

emarsden commented 1 year ago

Wow, never seen those in the wild! Thanks!