SRT
A simple SRT server for publishing and playing streams
Last updated
Was this helpful?
A simple SRT server for publishing and playing streams
Last updated
Was this helpful?
The settings for the built-in SRT server. Check out our for more information.
Set this value to true
in order to enable the built-in SRT server.
By default the SRT server is disabled.
If the SRT server is enabled, it will listen on this address. The default address is :6000
.
Define a passphrase in order to enable SRT encryption. If the passphrase is set it is required and applies to all connections.
By default the passphrase is not set (i.e. an empty string).
The token is an arbitrary string that needs to be comunicated in the streamid. Only with a valid token it is possible to publish or request streams. If the token is not set, anybody could publish and request streams.
By default the token is not set (i.e. an empty string).
Set this value to true in order to enable logging for the SRT server. This will log events on the SRT protocol level. You have to provide the topics you are interested in, otherwise nothing will be logged.
By default the logging is disabled.
Logging topics allow you to define what type of messages will be logged. This is practical if you want to debug a SRT connection. An empty list of topics means that no topics will be logged.
By default no topics are logged (i.e. an empty array).
Find a list of known logging topics on the .