Jack0r
The Helping Squad
Jack0r submitted a new resource:
OBS-Studio: Send an UDP Stream to a second PC using OBS - The custom ffmpeg output allows us to use different output protocols, here is one example.
Read more about this resource...
OBS-Studio: Send an UDP Stream to a second PC using OBS - The custom ffmpeg output allows us to use different output protocols, here is one example.
First we of course have to configure OBS-Studio:
- Settings -> Output -> Mode -> Advanced
- Recording Tab -> Type -> Custom Output (FFmpeg)
- FFmpeg Output Type -> Output to URL
- File path or URL -> udp / rtp / rtsp / tcp ://receiver.ip.address:port
(f.e. udp://192.168.0.5:1234)- Container Format -> Depends on the protocol, for udp it would be mpegts for example, make sure to select a streamable...
Read more about this resource...