Skip to main content

Changing streaming protocols

In certain situations, you may need to change the streaming protocol used to send a stream to your room. For example, if you are on an unstable network connection or in a location that is very far away from Louper servers, it would be worth using the SRT streaming protocol instead of RTMP.

Ensure that you are not streaming from LDE before performing the following steps.

Switch to SRT

SRT stands for "Secure Reliable Transport" and was designed to offer reliable streaming over even unstable network connections. SRT is the protocol to use if you have issues with RTMP.

  1. In your dashboard at app.louper.io, click the More button (three vertical dots) and select Room settings
  2. Select the Streams tab and in the Streaming Protocol dropdown, select SRT
  3. Scroll to the bottom of the settings dialog and click Save changes
  4. You will see a Stream Keys Changed dialog, click Show Stream Keys
  5. Ensure LDE is selected as the stream key format and copy the stream key
  6. In LDE, click Stream Key and paste the stream key you just copied, then click OK
  7. In LDE, click Start Streaming and the stream will be sent via the SRT protocol.

Switch to RTMP

RTMP stands for "Real-Time Messaging Protocol". RTMP usually offers lower-latency playback than SRT and is suitable for most users, but is more susceptible to poor network conditions.

  1. In your dashboard at app.louper.io, click the More button (three vertical dots) and select Room settings
  2. Select the Streams tab and in the Streaming Protocol dropdown, select RTMP
  3. Scroll to the bottom of the settings dialog and click Save changes
  4. You will see a Stream Keys Changed dialog, click Show Stream Keys
  5. Ensure LDE is selected as the stream key format and copy the stream key
  6. In LDE, click Stream Key and paste the stream key you just copied, then click OK
  7. In LDE, click Start Streaming and the stream will be sent via the RTMP protocol.