Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

tvoli/go-dash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-dash

godoc

A Go library for generating MPEG-DASH manifests.

Install

go get github.com/zencoder/go-dash/mpd

Supported Features

  • Profiles
    • Live
    • On Demand
  • Adaption Sets / Representations
    • Audio
    • Video
    • Subtitles
  • DRM (ContentProtection)
    • PlayReady
    • Widevine

Known Limitations (for now) (PRs welcome)

  • Single Period
  • No PSSH/PRO generation
  • Limited Profile Support

Examples

See examples/

To run (Live Profile example):

make examples-live

To run (OnDemand Profile example):

make examples-ondemand

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.4%
  • Makefile 1.6%