kuckucksmuehle:hackerspace:watchdog

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
kuckucksmuehle:hackerspace:watchdog [2016/09/04 14:29] kimparkerkuckucksmuehle: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://tcp://watchdog.lan:4343+http://watchdog:8080
 '' ''
  
-connect+and has a management interface. 
 + 
 +===== VLC ===== 
 + 
 +==== mjpeg (low latency) ==== 
 +'' 
 +vlc http://watchdog:8080/stream/video.mjpeg 
 +'' 
 + 
 +==== H264 (high latency) ==== 
 +'' 
 +vlc --demux h264 http://watchdog:8080/stream/video.h264 
 +'' 
 + 
 + 
 +===== connect =====
  
 '' ''
  • kuckucksmuehle/hackerspace/watchdog.1472992147.txt.gz
  • Last modified: 2016/09/04 14:29
  • by kimparker