Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
raspberry:netcat_stream [2020/07/28 16:55]
admin [Direct TCP Stream with Netcat]
raspberry:netcat_stream [2020/07/28 16:58]
admin
Line 5: Line 5:
    $ raspivid -t 0 -l -o - | nc -k -l 5000    $ raspivid -t 0 -l -o - | nc -k -l 5000
 On the client computer: On the client computer:
-   $ mplayer -x 1920 -y 1080 -geometry 0:0 -fps 200 -demuxer h264es -noborder ffmpeg://tcp://192.168.178.129:5000+   $ mplayer -x 1920 -y 1080 -geometry 0:0 -fps 50 -demuxer h264es -noborder ffmpeg://tcp://192.168.178.129:5000 
 ---- ----
 ==== Links ==== ==== Links ====