Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| kuckucksmuehle:hackerspace:watchdog [2016/09/04 14:29] – kimparker | kuckucksmuehle:hackerspace:watchdog [2016/10/03 02:24] (current) – pille | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Watchdog ====== | ====== Watchdog ====== | ||
| - | A raspberry PI with a infrared camera. A listening server is started on boot that netcats the raspvid output to any client that runs mplayer: | + | A raspberry PI with a infrared camera. A listening server is started on boot that is reachable via |
| '' | '' | ||
| - | mplayer -fps 200 -demuxer h264es ffmpeg:// | + | http:// |
| '' | '' | ||
| - | connect | + | and has a management interface. |
| + | |||
| + | ===== VLC ===== | ||
| + | |||
| + | ==== mjpeg (low latency) ==== | ||
| + | '' | ||
| + | vlc http:// | ||
| + | '' | ||
| + | |||
| + | ==== H264 (high latency) ==== | ||
| + | '' | ||
| + | vlc --demux h264 http:// | ||
| + | '' | ||
| + | |||
| + | |||
| + | ===== connect | ||
| '' | '' | ||