Search found 14 matches

by jamesb
Tue Oct 10, 2017 1:50 pm
Forum: ZoneMinder 1.30.x
Topic: Segfault when using VLC
Replies: 2
Views: 1513

Re: Segfault when using VLC

I followed the guide to the letter including installing mariadb instead of mysql.

So is there no fix for the VLC issues?
How can I get ffmpeg to capture clear images, is there a guide?
by jamesb
Tue Oct 10, 2017 9:27 am
Forum: ZoneMinder 1.30.x
Topic: Segfault when using VLC
Replies: 2
Views: 1513

Segfault when using VLC

Hi, I am running a fresh install of Zoneminder on Debian Stretch, installed using the guide and Debian's multimedia packages. I have a camera setup on Ethernet and finding that VLC is the only source type that gives a reliably clear picture. I have smearing issues with ffmpeg which seems to be a com...
by jamesb
Tue Mar 15, 2016 7:52 pm
Forum: ZoneMinder 1.29.x
Topic: Editing Filter Causes Hundreds of Emails and SMS
Replies: 4
Views: 2255

Re: Editing Filter Causes Hundreds of Emails and SMS

HI, I want my filter to run the background forever and process each event as it is raised which it does seems to do once it has done one pass of all existing events. I was expecting it to keep track of those events it has already processed even after a filter is modified and continue with the next u...
by jamesb
Tue Mar 15, 2016 12:15 pm
Forum: ZoneMinder 1.29.x
Topic: Editing Filter Causes Hundreds of Emails and SMS
Replies: 4
Views: 2255

Re: Editing Filter Causes Hundreds of Emails and SMS

A background filter with the following settings:

Code: Select all

Monitor Name - Matches - Sheds
AND
Alarm Frames - Greater than or equal to - 30

"Email details of all matches" checked
I click "save" but it seems to do what I would expect from "Execute"
by jamesb
Tue Mar 15, 2016 10:17 am
Forum: ZoneMinder 1.29.x
Topic: Editing Filter Causes Hundreds of Emails and SMS
Replies: 4
Views: 2255

Editing Filter Causes Hundreds of Emails and SMS

Hi, I have a 1.29 installation and can't seem to edit filters without them running on against all existing events. I open the filter dialog, change something like the "alarms frames" for example and click save. This launches the "save filter" window which I leave as-is; with the ...
by jamesb
Thu Mar 03, 2016 11:41 am
Forum: ZoneMinder 1.29.x
Topic: Avoid events when switch to infrared mode
Replies: 6
Views: 5967

Re: Avoid events when switch to infrared mode

Did you get this working, I have events trigger twice a day due to the day/night transition.

Using the default zone settings (percent):

MIN/MAX ALARMED AREA 3/75
MIN/MAX FILTERED AREA 3/75
by jamesb
Thu Mar 03, 2016 11:25 am
Forum: ZoneMinder 1.29.x
Topic: Email Events When Zone Triggered, SMS When Different Zone Triggered
Replies: 5
Views: 5316

Re: Email Events When Zone Triggered, SMS When Different Zone Triggered

OK so by playing around with the filters I found that the "Notes" field actually contains the zone.

This seems to work for me

"Notes" "equal to" "Motion: Lane"
by jamesb
Thu Mar 03, 2016 11:18 am
Forum: ZoneMinder 1.29.x
Topic: Email Events When Zone Triggered, SMS When Different Zone Triggered
Replies: 5
Views: 5316

Re: Email Events When Zone Triggered, SMS When Different Zone Triggered

So far I can only trigger for a general cause:

"Cause" "equal to" "Motion"

What I want is

"Cause" "equal to" "Motion: Lane"
by jamesb
Thu Mar 03, 2016 11:01 am
Forum: ZoneMinder 1.29.x
Topic: Email Events When Zone Triggered, SMS When Different Zone Triggered
Replies: 5
Views: 5316

Email Events When Zone Triggered, SMS When Different Zone Triggered

Hi, I am looking to setup different actions when different zones on the same monitor are triggered. I have a high sensitivity zone that triggers recording and I want these emailed. I also have a low sensitivity zone that triggers recording but I want these sent by SMS. Email and SMS are already setu...
by jamesb
Sun Feb 28, 2016 7:53 pm
Forum: ZoneMinder 1.29.x
Topic: Blue Screen Requires Config Save
Replies: 0
Views: 1369

Blue Screen Requires Config Save

Hi, I have a ZM 1.29.0 installation and have an IP camera setup on a wireless network and captured via VLC. The camera is on the boundary of the wireless network but streams at 25 FPS most of the time with the occasional drop in FPS or a short outage. If the camera drops off the network even briefly...
by jamesb
Sat Feb 27, 2016 3:15 pm
Forum: ZoneMinder 1.29.x
Topic: Debian 8 with Zoneminder 1.29.0 instructions
Replies: 11
Views: 6161

Re: Debian 8 with Zoneminder 1.29.0 instructions

OK, now it's working and so is the zmNija app :D PATH_ZMS = /cgi-bin-zm/zms Final apache config: # Zoneminder LoadModule rewrite_module libexec/apache2/mod_rewrite.so Alias /zm /usr/share/zoneminder/www ScriptAlias /cgi-bin-zm /usr/lib/zoneminder/cgi-bin <Directory /usr/share/zoneminder> php_flag re...
by jamesb
Sat Feb 27, 2016 2:21 pm
Forum: ZoneMinder 1.29.x
Topic: Debian 8 with Zoneminder 1.29.0 instructions
Replies: 11
Views: 6161

Re: Debian 8 with Zoneminder 1.29.0 instructions

jamesb wrote:It's working.
Well I spoke too soon, i've now got a different issue possibly with the cgi path?:

Code: Select all

socket_sendto( /var/run/zm/zms-472276s.sock ) failed: No such file or directory
by jamesb
Sat Feb 27, 2016 2:09 pm
Forum: ZoneMinder 1.29.x
Topic: Debian 8 with Zoneminder 1.29.0 instructions
Replies: 11
Views: 6161

Re: Debian 8 with Zoneminder 1.29.0 instructions

It's working. I'm hosting multiple sites on this server and found that my configuration was in a disabled site; oops! Once I got it in the right place my configuration seems to be working for me. # Zoneminder LoadModule rewrite_module libexec/apache2/mod_rewrite.so Alias /zm /usr/share/zoneminder/ww...
by jamesb
Sat Feb 27, 2016 10:33 am
Forum: ZoneMinder 1.29.x
Topic: Debian 8 with Zoneminder 1.29.0 instructions
Replies: 11
Views: 6161

Re: Debian 8 with Zoneminder 1.29.0 instructions

Hi I have a 1.29 zoneminder installation running Jessie from the backports repository. Everything is up and running apart from the API (which is the reason i installed this version). When I go to <URL>/zm/api i see the CakePHP screen with the red message stating: URL rewriting is not properly config...