This is an old revision of the document!


Direct TCP Stream with Netcat

On the raspberry Pi:

 $ raspivid -t 0 -l -o - | nc -k -l 5000

On the client computer:

 $ mplayer -x 1280 -y 720 -geometry 0:0 -fps 200 -demuxer h264es -noborder ffmpeg://tcp://192.168.178.129:5000