Sunday, September 18, 2022

Stream SRT with OBS

SEND SRT VIDEO between OBS to OBS across the internet

SEND SRT VIDEO

On your source OBS system, go to the stream settings and put in the following:

srt://Destination_WAN_IP_Address:PORT?latency=200000

(This example we are using port 37491, but you can use any port)


Your Destination will need to be setup before you can successfully stream.  


SET OBS TO RECIEVE SRT VIDEO


In OBS, we'll create a new scene called called "SRT LISTENER

and inside sources we'll create a Media Source 


Inside MEDIA SOURCE UNCHECK "Local File"

Uncheck "Restart playback when source becomes active"

in "INPUT" we'll put in the following syntax

srt://LocalOBS_IP:PORT?mode=listener&latency=5000

In this example, OBS is running on a computer with the ip of 192.168.0.5, so that is the IP we put in the OBS system.  We'll define the port, we are using 37491 in this example. 
The Syntax will look like:

srt://192.168.0.5:37491?mode=listener&latency=5000



8> Select OK



Assuming the receiving end is ready, press "START STREAMING" on your source OBS and it show the green box in the lower right corner of OBS.