First Stream Setup
Who this is for
Creators setting up their first working MP3/HLS stream and optional Cloudflare public link.
Prerequisites
- RelyyCast installed.
- FFmpeg and MediaMTX installed.
- Optional: cloudflared installed if you want a public URL.
Steps
- Open
Settingsand confirm these fields:Input URLStation NameBitrateRelay PathGenreDescriptionMP3 Outputtoggle
- Set an accessible source in
Input URL. - Click
Save Settings. - Switch to
Controland wait for runtime status to reachRUNNING. - Test local stream outputs:
- MP3:
http://127.0.0.1:8177/live.mp3 - HLS:
http://127.0.0.1:8888/live/index.m3u8
- MP3:
- Optional Cloudflare setup:
- Temp URL mode: click
Start Temp URL. - Custom Domain mode: enter
HostnameandTunnel Name, then clickSave & Connect.
- Temp URL mode: click
- If browser auth is requested, complete Cloudflare login and return to the app.
Cloudflare quick path
- Add your domain in Cloudflare.
- Create a
cloudflaredtunnel in Zero Trust. - Add a public hostname that points to
HTTP -> localhost:8177. - Use those values in RelyyCast
Custom Domainmode.
What success looks like
- Runtime tile shows
RUNNING. - Relay shows
Ready. - You can play local MP3 or HLS output.
- Cloudflare status reaches
READYif enabled.
Common mistakes
- Setting a Hostname without creating the matching Cloudflare tunnel route.
- Pointing Cloudflare to HTTPS instead of
HTTP -> localhost:8177. - Forgetting to save settings before connect.
Next recommended action
- Continue to UI Tour.
Last updated on