Skip to content

Choosing a protocol: RTMP, SRT or SRTLA

All three protocols are included in every plan with a stream key. You pick one in the dashboard, copy the publish URL and that’s it: the key, the region and the playback URL stay where they were.

RTMP SRT SRTLA
Handles a bad network Badly Well Best there is
Latency The most direct one if the network holds Whatever you set Whatever you set
Adds up several connections (bonding) No No Yes
Typical encoders Almost all of them Moblin, Larix, IRL Pro, your OBS Moblin, BELABOX

The most compatible one: every encoder and every platform speaks it. In exchange, it’s the worst at handling packet loss: the moment the network wobbles, the upload chokes and the bitrate collapses. Its publish URL is a single line that already carries your key at the end, and the playback URL is the same one.

Pick it if you broadcast from a fixed spot on a wired connection, or if your encoder supports nothing else.

Built for networks that drop packets: it resends what gets lost within a time buffer that you choose. More buffer = more room to recover, more delay on screen. The publish URL carries your key inside a streamid with the publish: prefix.

Pick it if you broadcast from your phone on a single connection, or from a network that isn’t yours (hotel, event, restaurant).

It’s SRT spread across several connections at once: two SIMs, a SIM and wifi, two modems. The receiver puts them back together, so if one drops the stream carries on with the others. Its publish URL starts with srtla://. Playback for an SRTLA key goes over SRT, same as all the others.

Pick it if you move around and carry more than one connection. On a single connection, SRTLA gives you nothing that SRT doesn’t.

Your situation Protocol Why
Phone, walking down the street, one SIM SRT Recovers what gets lost without needing perfect coverage
Phone or backpack with two SIMs (or SIM + wifi) SRTLA Adds the connections up and survives one of them dropping
PC at home on a wired connection RTMP Stable network, zero setup, the most direct route
PC at home on weak wifi SRT The buffer covers the wifi micro-cuts
Encoder or camera that only speaks RTMP RTMP It’s all it supports

You change it on the fly, without rotating the key:

  1. Go to Stream Keys.
  2. On the key, open the Protocol selector and pick RTMP, SRT or SRTLA.
  3. Copy the new URL with Publish and paste it into your encoder.