zencoder / go-dash

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

Support MPD@minimumUpdatePeriod #50

Closed miyukki closed 6 years ago

miyukki commented 6 years ago

Summary

I changed the code to support MPD@minimumUpdatePeriod attr. But It does not support to encode.

I think NewMPD should be receive various attributes. ex) timeShiftBufferDepth, suggestedPresentationDelay... I hope to merge PR https://github.com/zencoder/go-dash/pull/47

stuarthicks commented 6 years ago

Replaced by https://github.com/zencoder/go-dash/pull/51