{{template "header" .}}

Add a live channel

{{if .Error}}

{{.Error}}

{{end}} {{if .License.Pro}}

Pro live sources

  1. YouTube / Twitch: stream from OBS to the platform, paste the public watch URL. We embed their player.
  2. OBS RTMP: OBS → Custom → your MediaMTX / nginx-rtmp. Paste the rtmp:// play or publish URL. ffmpeg turns it into HLS for the browser and Cinema TV.
  3. RTSP camera / encoder: paste rtsp://user:pass@ip:554/stream. Same HLS restream.
  4. Ready HLS: paste an .m3u8 if you already have one.

ffmpeg must be installed on the machine running Deimos.TV. Browsers cannot play raw RTMP/RTSP.

{{end}} {{template "footer" .}}