Search found 6 matches

by koos
Fri Apr 17, 2015 2:22 pm
Forum: ZoneMinder 1.28.x
Topic: Docker: saving configuration
Replies: 3
Views: 2309

Re: Docker: saving configuration

Sounds like a plan :-)
Thanks for the advise, I'll see if I can get my setup persisted like this.

Cheers.
by koos
Fri Dec 30, 2011 11:06 am
Forum: ZoneMinder 1.25.x
Topic: How to get sound on my Nokia?
Replies: 0
Views: 1084

How to get sound on my Nokia?

Hi, When I use my Nokia E51 over WLAN, I can see the monitor (= webcam). Which is great. However, when I use my laptop to view the live stream, the browser plays a sound when an alarm occors (WEB_ALARM_SOUND). I would like my phone to play a sound too. Is it at all possible to have my phone play a ...
by koos
Sat Feb 05, 2011 9:10 pm
Forum: ZoneMinder 1.24.x
Topic: Still no sound, but a workaround
Replies: 8
Views: 4172

allan@Zoneminder: You need to be root in order to run a command as someone else. Login as root first (su - root). sudo: no passwd entry for logadmin! You forgot to create the user logadmin. Type useradd --system logadmin Once sudo -u logadmin /usr/local/bin/zm_alarm.sh works, you can startup ZM as ...
by koos
Sat Feb 05, 2011 6:50 pm
Forum: ZoneMinder 1.24.x
Topic: Still no sound, but a workaround
Replies: 8
Views: 4172

I added the code to the sodoers file. Good. I created the zm_alarm.sh file I modified it to play my wave file that is in the root directory. I also added a monitor name in the what to tail part of the script as I would only want this sound played out the system speaker when this 1 camera goes into ...
by koos
Sat Feb 05, 2011 3:46 pm
Forum: ZoneMinder 1.24.x
Topic: Still no sound, but a workaround
Replies: 8
Views: 4172

Everything you need is posted I think. Tailing and playining a sound on the server is done by the file zm_alarm.sh In my setup (openSUSE 11.2) ZM is installed by rpm. It has a startup file in /etc/init.d/zm I added line (3) just after starting the ZM server, somewhere in the start) section. Can you ...
by koos
Tue Feb 01, 2011 9:02 pm
Forum: ZoneMinder 1.24.x
Topic: Still no sound, but a workaround
Replies: 8
Views: 4172

Still no sound, but a workaround

Trying all the suggestions from this forum, I still have no sound in the browser (Latest FF on openSUSE 11.3). Downloading the monitor window to a flat HTML and then reloading it, does produce sound. I do need to change the <iframe> (for the video) to an <object> though. Apparently there is some ...