zencoder / go-dash

A Go library for generating MPEG-DASH manifests.
Other
217 stars 60 forks source link

No support for dynamic manifests. #10

Open Litterfeldt opened 9 years ago

Litterfeldt commented 9 years ago

Manifests are set to static by default which makes them unusable for continuous live streams that have no declared ending.

Proposing adding the dynamic presentation type as specified by the Presentation Type enumeration found here: http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd

philcluff commented 9 years ago

Hi Karl, thanks for the issue.

Yep, this sounds suggestion sounds fine to me.