Web-Interface
Known interfaces based on the Core.
Restreamer-UI
The Restreamer-UI is an easy interface to manage multiple live and restreams on different platforms like the website, YouTube, Facebook and more.
Quick start
1. Start the Core
docker run -d --name core -p 8080:8080 datarhei/core:latest
2. Start the Interface
docker run -d --name restreamer-ui -p 3000:3000 datarhei/restreamer-ui:latest
3. Open the Interface and connect it to the running Core
http://127.0.0.1:3000?address=http://127.0.0.1:8080