Differences
This shows you the differences between two versions of the page.
| 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 | + | Enable the camera and type in these comands.\\ |
| + | On the Raspberry | ||
| $ 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:// | + | $ mplayer -x 1920 -y 1080 -geometry 0:0 -fps 50 -demuxer h264es -noborder ffmpeg:// |
| ---- | ---- | ||
| 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:// | ||
| + | |||
| + | < | ||
| + | <a rel=" | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| + | |||