Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
/ go-dash Public archive
forked from zencoder/go-dash

A Go library for generating MPEG-DASH manifests.

License

Notifications You must be signed in to change notification settings

StreamCo/go-dash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-dash

godoc

A Go library for generating MPEG-DASH manifests.

Install

This library uses Glide to manage it's dependencies. Please refer to the Glide documentation to see how to install glide.

mkdir -p $GOPATH/src/github.com/zencoder
cd $GOPATH/src/github.com/zencoder
git clone https://github.com/zencoder/go-dash
cd go-dash
glide install
go install ./...

Supported Features

  • Profiles
    • Live
    • On Demand
  • Adaption Sets / Representations / Roles
    • Audio
    • Video
    • Subtitles
    • Multiple periods (multi-part playlist)
  • DRM (ContentProtection)
    • PlayReady
    • Widevine

Known Limitations (for now) (PRs welcome)

  • No PSSH/PRO generation
  • Limited Profile Support

Example Usage

See examples/

To run (Live Profile example):

make examples-live

To run (OnDemand Profile example):

make examples-ondemand

Development

Dependencies

Tested on go 1.9.2.

Build and run unit tests

make test

CI

This library builds on Circle CI, here.

License

Apache License Version 2.0

About

A Go library for generating MPEG-DASH manifests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.2%
  • Makefile 0.8%