Differences

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

Link to this comparison view

Next revision
Previous revision
raspberry:netcat_stream [2020/07/28 16:51]
admin created
raspberry:netcat_stream [2020/12/14 14:36] (current)
admin [Links]
Line 1: Line 1:
 ===== Direct TCP Stream with Netcat ===== ===== Direct TCP Stream with Netcat =====
  
-On the raspberry Pi:+Enable the camera and type in these comands.\\ 
 +On the Raspberry Pi:
    $ 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 1280 -y 720 -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
  
 ---- ----
Line 11: Line 12:
  
 ---- ----
 +==== License ====
 +
 +This manuals is made by **Wolfgang Spahn** 2020.\\
 +Except where otherwise noted, content on this wiki is licensed under the following license: [[http://creativecommons.org/licenses/by-nc-sa/4.0/"|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]].\\
 +
 +<html>
 +<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> 
 +</html>
 +
 +----
 +