Andre Viljoen
New Member
Hi, I am streaming a video feed to my Windows PC over the network from a raspberry pi.
So on the Pi I do:
raspivid -t 999999 -o - | nc 10.10.10.18 5001
and on my Windows PC I do:
ncat -l -p 5001 | mplayer -fps 31 -cache 512 -
...and this works...
Now how do I use this mplayer source stream as an input in OBS Studio?
So on the Pi I do:
raspivid -t 999999 -o - | nc 10.10.10.18 5001
and on my Windows PC I do:
ncat -l -p 5001 | mplayer -fps 31 -cache 512 -
...and this works...
Now how do I use this mplayer source stream as an input in OBS Studio?