A Go library for generating MPEG-DASH manifests.
go get -u github.com/zencoder/go-dash
- Profiles
- Live
- On Demand
- Adaption Sets / Representations / Roles
- Audio
- Video
- Subtitles
- Multiple periods (multi-part playlist)
- DRM (ContentProtection)
- PlayReady
- Widevine
- Scte35 Splice Insert
- No PSSH/PRO generation
- Limited Profile Support
- Scte35 Time Signal
See the examples/ directory.
make test