RMTP server that restreams to Youtube and Facebook
docker run -d --name myserver \
--env YOUTUBE_KEY=<Put the Youtube Key here> \
--env FACEBOOK_KEY=<Put the Facebook Key here> \
--env STREAMING_KEY=<Put the streaming key here> \
--p 1935:1935 \
mniak/multistreamer
The youtube streaming key
The facebook streaming
Your own streaming key, the one that will authenticate you in this container.
- Stream to YouTube
- Stream to Facebook
- Authentication
- Retry logic for YouTube
- Retry logic for Facebook
- Option to disable YouTube streaming
- Option to disable Facebook streaming
- Receive streaming keys on request, avoiding need to restart when the streaming key changes
Did you find this project useful? Consider making a donation.