Skip to content

Small, command-line HTTP/2 file server for serving MPEG-DASH content.

License

Notifications You must be signed in to change notification settings

theolampert/dash-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash Server

Small, command-line HTTP/2 file server for MPEG-DASH content.

Example usage with self-signed certificate:

curl https://github.com/theolampert/dash-server/releases/download/0.0.1/dash-server | echo $GOPATH/bin
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365
dash-server path/to/your/cert.pem path/to/your/cert.key .

Usage with Letsencrypt:

curl https://github.com/theolampert/dash-server/releases/download/0.0.1/dash-server | echo $GOPATH/bin
certbot certonly
dash-server path/to/your/cert.pem path/to/your/cert.key .

Develop:

git clone git@github.com:theolampert/dash-server.git
cd dash-server && glide install
go run dash-server.go .

About

Small, command-line HTTP/2 file server for serving MPEG-DASH content.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages