Video coming soon…
🎬 Setup Restreamer — Broadcast to Every Platform at Once
Deploy datarhei Restreamer on Ubuntu with Docker — take one video input and republish it to YouTube, Twitch, Facebook, and more simultaneously, with the web UI on port 8282 and RTMP ingest on 1936.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/restreamer/restreamer-ubuntu.sh
chmod +x restreamer-ubuntu.sh
./restreamer-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/media/restreamer/restreamer-ubuntu.sh
2 Make it Executable
chmod +x restreamer-ubuntu.sh
3 Run the Installer
./restreamer-ubuntu.sh
4 Log In and Add Your Outputs
http://your-server-ip:8282
Ports Used
| Port | Purpose |
|---|---|
| 8282 | Web interface (mapped from container port 8080) |
| 1936 | RTMP ingest — push from OBS (offset from 1935 to coexist with Owncast) |