Self-Hosted Live Streaming Platform
Offline1. Set your custom endpoint in config/stream.conf:
CFG_CUSTOM_URL="rtmp://your-domain.com/live"
2. Save your stream key to ./twitch_key:
echo "mystream" > ./twitch_key
3. Start streaming:
./bin/twitch-stream --terminal
4. Enter the same key above and click Watch Stream.