Streaming from PC to another PC with delay

general07z

New Member
Hi folks,

I am trying to stream camera and audio from one PC to another PC with delay of (120 seconds).
What is the best tool/practice to do so? note that both PC with very high spesifications and they're both in the same place. I just want to stream with delay

Just for explaining why I am doing that. its because we are feeding the first PC with Camera/Audio. and the feed we need to send it to the other PC and IF there is any audio not wanted or unproper discussion as we have 120 seconds to go to the other PC physially and hit the mute button. so we can mute it before it goes to YouTube Live Channel.

Can you please advise how to archive that with strong stability.

Thanks in advance. Would highly appreciate help.
 

Tomasz Góral

Active Member
simple, use nginx-rtmp.
on 1. computer send rtmp to local nginx-rtmp, on this OBS set Delay (Settings / Advanced / Stream Delay) set to 120 s
on 2. computer get stream (Media Source) from nginx-rtmp with 120 delay.
 

general07z

New Member
simple, use nginx-rtmp.
on 1. computer send rtmp to local nginx-rtmp, on this OBS set Delay (Settings / Advanced / Stream Delay) set to 120 s
on 2. computer get stream (Media Source) from nginx-rtmp with 120 delay.

Thank you Tomasz,
I have looked at nginx-rtmp and found an old version dated 2015 that could do this.
But is there any newer version of nginx-rtmp that is compitable with windows 11?
 
Top