Sunday, September 18, 2022

Stream SRT with OBS or between OBS instances

SEND SRT VIDEO between OBS to OBS 
across internet or local LAN

tl;dr;

On source OBS put in the following in stream settings
srt://Destination_WAN_IP_Address:PORT?latency=200000

On destination OBS
create a "media source"
UNCHECK "Local File"
Uncheck "Restart playback when source becomes active"
for "INPUT" put in the following syntax

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



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.




No comments:

Post a Comment

Feel free to leave a comment! If you have any information that you think should be included, please do so here and I'll get it added in.