Sign inSign up

mcmoe/nginx-live-stream

By mcmoe

Updated almost 7 years ago

Stream video over http with nginx ffmpeg hls and rtmp

Image
0

254

mcmoe/nginx-live-stream repository overview

nginx-live-stream

The docker image for nginx rtmp hls server and a html5 player to monitor the live brocasting. Build on Alpine with nginx rtmp module and video.js.

How to use

docker-compose up -d

or

docker run -p 80:80 -p 1935:1935 -d mcmoe/nginx-live-stream

The 80 port is for video player, it will autoplay when stream source is ready. The 1935 port is for encoder clients like

Use the following URL to publish your streams: rtmp://{{host}}/live/{{stream name}}

The Stream key input whatever you like. And don't use Authentication option.

Tag summary

Content type

Image

Digest

Size

24.3 MB

Last updated

almost 7 years ago

docker pull mcmoe/nginx-live-stream