Difference between revisions of "Talk:ZoneMinder CCTV Camera Monitoring Software"
From Free Knowledge Base- The DUCK Project: information for everyone
(alarm thru sound card or bulid in speaker on server) |
(run mplayer to play sound on alarm) |
||
Line 2: | Line 2: | ||
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. | 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 2 | ||
+ | zmtrack.pl -m id_camera |
Revision as of 12:35, 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 2 zmtrack.pl -m id_camera