Output Destinations

Output destinations

Output Destinations are the platforms where your stream is broadcast, such as Twitch, YouTube, Kick, or a custom RTMP server. Each destination can be managed independently, allowing you to go live on multiple platforms at once or toggle them on and off during your stream.

Manage your stream destinations on the Dashboard's Output destinations page. To use them in a Streamrun configuration, simply add an Output Stream element in the Streamrun Editor and toggle on the destinations you want to stream to.

Output element destination toggles

Pre-defined destinations include platforms like Twitch, YouTube, Kick, Facebook, X, LinkedIn, and Vimeo, but you can add virtually any destination by defining the RTMP/SRT server and possible stream key manually.

SRT URL as a custom destinations

Please notice that when using SRT, the latency is controlled by the latency parameter in the URL. For example:

srt://HOST:PORT?streamid=publish:testing&latency=200000

In this example, the latency is set to 200 000 microseconds (200 ms).

See Output stream element's documentation for additional information.