Difference between revisions of "Talk:ZoneMinder CCTV Camera Monitoring Software"
From Free Knowledge Base- The DUCK Project: information for everyone
(run mplayer to play sound on alarm) |
m |
||
Line 10: | Line 10: | ||
zmtrack.pl | zmtrack.pl | ||
− | perl zmtrack.pl -m | + | perl zmtrack.pl -m 9 |
zmtrack.pl -m id_camera | zmtrack.pl -m id_camera | ||
+ | |||
+ | error | ||
+ | |||
+ | perl -T /usr/bin/zmtrack.pl -m 9 | ||
+ | Tracker daemon 9 (experimental) starting at 08/04/12 03:24:59 | ||
+ | Monitor '9' is not controllable |
Revision as of 12:54, 12 April 2008
alarm thru sound card or bulid in speaker on server
ZM can play an alarm sound but only through the web interface and only when monitoring a camera. However it should be a fairly trivial task write a script maybe by adapting one of the ZM scripts which checks the shared memory status or event count and making that do something, or but just calling zmu to check the status.
run mplayer to play sound on alarm
Location of sound files
cd /usr/share/zoneminder/www/sounds
zmtrack.pl
perl zmtrack.pl -m 9 zmtrack.pl -m id_camera
error
perl -T /usr/bin/zmtrack.pl -m 9 Tracker daemon 9 (experimental) starting at 08/04/12 03:24:59 Monitor '9' is not controllable