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.
- In your dashboard at app.louper.io, click the
More
button (three vertical dots) and selectRoom settings
- Select the
Streams
tab and in theStreaming Protocol
dropdown, selectSRT
- Scroll to the bottom of the settings dialog and click
Save changes
- You will see a
Stream Keys Changed
dialog, clickShow Stream Keys
- Ensure
LDE
is selected as the stream key format and copy the stream key - In LDE, click
Stream Key
and paste the stream key you just copied, then clickOK
- 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.
- In your dashboard at app.louper.io, click the
More
button (three vertical dots) and selectRoom settings
- Select the
Streams
tab and in theStreaming Protocol
dropdown, selectRTMP
- Scroll to the bottom of the settings dialog and click
Save changes
- You will see a
Stream Keys Changed
dialog, clickShow Stream Keys
- Ensure
LDE
is selected as the stream key format and copy the stream key - In LDE, click
Stream Key
and paste the stream key you just copied, then clickOK
- In LDE, click
Start Streaming
and the stream will be sent via the RTMP protocol.