RTMP Social Multicast Server
Want to stream to Twitch, Youtube, or Periscope at the same time? That's what this project allows you!
Prerequisites
- Git
- Docker
- Docker Compose
Getting Started
This guide will go through configuration and how to use it with OBS. Make sure to have all the prerequisites installed on your machine.
- Clone the repo
$ git clone https://github.com/HorusGoul/rtmp-social-multicast
- Open the repo
$ cd rtmp-social-multicast
- Create a
.env
file based on the.env.template
file.
$ cp .env.template .env
-
Open and fill the
.env
file and fill it with the configuration for the platforms you want to stream.
RTMP_SECRET
if you plan to expose the server to the internet.
RTMP_AUTH_SERVER
variable unless you know what you're doing.
- Now let's launch everything with Docker Compose
$ docker-compose up
- Time to stream! We'll…