acupofjose / docker-nginx-rtmp-streamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx RTMP streamer

This is the custom nginx server setup for pushing and pulling RTMP streams.

The nginx.conf should be modified with the endpoints you expect to stream to or pull from.

Using the default nginx.conf in this repo will expose a publically available RTMP endpoint at /live/$OPTIONAL_STREAM_KEY.

You can also set a push and pull endpoint (or both), if desired.

Resources

Loopback for Facebook rtmps:// with stunnel

Configuration Options for nginx-rtmp-module

The image is heavily based off of the tutorial here

About


Languages

Language:Dockerfile 59.4%Language:Shell 40.6%