Small docker compose that will split video streams from OBS and allow streaming to Youtube and Twitch. Eventually it will be able to prepopulated Youtube and Twitch with your stream details (on a per game basis for example) and combine Youtube and Twitch chats into a single output.
- Install docker-compose
- Edit the
.envfile and place your details.
- You can get your Youtube Stream Key on the Stream Settings page when live streaming (it's the hidden value).
- You can get your Twitch Stream Key from your channel's 'Stream Key & Preferences' settings.
- Run
docker-compose upordocker-compose up -dfor detatched mode - Set OBS to use Custom Stream and set the server to
rtmp://localhost:1935/liveand the stream key tostream. - Start streaming
If you started in detatched mode, run docker-compose down to kill the process. Otherwise just press CTRL+C a few times, or close the console window.