Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.23 KB

Docker Cloud Build Status

mniak/multistreamer

RMTP server that restreams to Youtube and Facebook

Usage

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

Required environment variables

YOUTUBE_KEY

The youtube streaming key

FACEBOOK_KEY

The facebook streaming

STREAMING_KEY

Your own streaming key, the one that will authenticate you in this container.

Features/Roadmap

  • 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

Donations

Did you find this project useful? Consider making a donation.

Donate via PayPal