Comment on page
SRT
Secure Reliable Transport (SRT) is an open-source video transport protocol that utilises the UDP transport protocol.

Fig. 1: The menu for the SRT settings
Docker port mapping must be extended for this as well. The unique thing is UDP, which you build into the command as follows: -p 6000:6000/udp.
By default Docker always uses TCP for the ports. So if you forget /udp, you will not be able to reach the SRT.
The ✅ checkmark activates the SRT server.
Port settings for the SRT server.
The default value for the listening address is port: 6000
SRT token for publishing and playback. It is a protection against unwanted inputs/outputs. The token is the value of the URL query parameter 'token'. This setting is optional.
This setting encrypts the stream and is optional.
Last modified 1yr ago