Search found 2906 matches

by iconnor
Fri Oct 29, 2021 1:52 pm
Forum: ZoneMinder 1.36.x
Topic: View Multiple ZM Installs from One Location
Replies: 3
Views: 888

Re: View Multiple ZM Installs from One Location

I have been asked for this feature thousands of times. No one has yet wanted to pony up a dime for it.

When I finish it, it will be a paid SaaS service.
by iconnor
Fri Oct 29, 2021 3:02 am
Forum: ZoneMinder 1.36.x
Topic: [Solved]Filter creation - sort order Desc appears not to work
Replies: 4
Views: 877

Re: Filter creation - sort order Desc appears not to work

That sounded a bit dickish, I appreciate your testing and quality reports.

But I do need you to update so that you aren't reporting old stuff.

I'm doing my best to fix things as quick as possible.
by iconnor
Fri Oct 29, 2021 3:01 am
Forum: ZoneMinder 1.36.x
Topic: [Solved]Filter creation - sort order Desc appears not to work
Replies: 4
Views: 877

Re: Filter creation - sort order Desc appears not to work

No.

We are up to 1.36.10 now. .11 to be released, maybe tomorrow.

Not accepting reports for 1.36.8.

First step when you find a problem is update.
by iconnor
Thu Oct 28, 2021 10:45 pm
Forum: ZoneMinder 1.36.x
Topic: [Solved]Insert into frames failed - rather large syslog error
Replies: 2
Views: 616

Re: Insert into frames failed - rather large syslog error

One of your filters deleted an in process event. You might at least add an EndDate/Time is NOT NULL term.
by iconnor
Thu Oct 28, 2021 4:47 pm
Forum: ZoneMinder 1.36.x
Topic: dpkg error after zoneminder installation
Replies: 8
Views: 1302

Re: dpkg error after zoneminder installation

The issue here is that you have set a root password for mysql instead of allowing it to use /etc/mysql/debian.cnf to auth. So ZM cannot do anything.

The problem is that we exit instead of trying to continue.

I will make it handle this a little more gracefully in .11
by iconnor
Wed Oct 27, 2021 11:44 pm
Forum: ZoneMinder 1.36.x
Topic: Pause button appears not to work in live streaming
Replies: 29
Views: 10551

Re: Pause button appears not to work in live streaming

Works fine for me. Check for javascript errors.
by iconnor
Wed Oct 27, 2021 8:48 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.10 The Memory Remains
Replies: 0
Views: 207448

Released 1.36.10 The Memory Remains

Changes since 1.36.9 - Set shm->valid to false on disconnect. Fix linked monitors stopping after a while - Documentation update regard WEB_TITLE - Corrections to filters when using row locks. An error would commit, ending the transaction and locks. - Fix monitor type labels by adding an Unknown for...
by iconnor
Wed Oct 27, 2021 8:32 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.9 The Memory Remains
Replies: 0
Views: 204211

Released 1.36.9 The Memory Remains

Changes since 1.36.8 - fixes to do_debian_package.sh - Test for existence of AutoEmail and AutoMessage. Fixes #3369 issue 2. - Improve debug logging of packetqueue cleaning - Improvements to export. Fix tar -v, should be tar --version. make table width:100% and iframe height 100%. Always show thumb...
by iconnor
Wed Oct 27, 2021 4:33 pm
Forum: ZoneMinder 1.36.x
Topic: I'm thinking about going back to 1.34
Replies: 9
Views: 2932

Re: I'm thinking about going back to 1.34

Need debug logs. With FFMPEG logging on.
by iconnor
Wed Oct 27, 2021 4:24 pm
Forum: ZoneMinder 1.36.x
Topic: Analysis FPS dropping to 0.24
Replies: 4
Views: 1207

Re: Analysis FPS dropping to 0.24

You are using video encode? This means that the encoder cannot keep up. Try adding preset=ultrafast in encoder options.

The reason is starts out ok is that the encoder buffers a ton of frames before doing any real work.
by iconnor
Wed Oct 27, 2021 4:21 pm
Forum: ZoneMinder 1.36.x
Topic: [Solved]Email notification include mpeg video rather than avi
Replies: 3
Views: 722

Re: Email notification include mpeg video rather than avi

Thanks for noticing and reporting! Fixed in master, will be in 1.36.11.
by iconnor
Tue Oct 26, 2021 10:20 pm
Forum: ZoneMinder 1.36.x
Topic: HTTP Error 500
Replies: 5
Views: 6241

Re: HTTP Error 500

Your logs table is missing.

You can recreate it using the definition in /usr/share/zoneminder/db/zm_create.sql
by iconnor
Mon Oct 25, 2021 12:32 pm
Forum: ZoneMinder 1.36.x
Topic: Problem deleting events
Replies: 4
Views: 926

Re: Problem deleting events

zmaudit will only delete older events as in more than a day old, controlled by the Options->System->ZM_AUDIT_AGE

The best way is to use a filter and just let it run.
by iconnor
Sun Oct 24, 2021 2:56 pm
Forum: ZoneMinder 1.36.x
Topic: I'm thinking about going back to 1.34
Replies: 9
Views: 2932

Re: I'm thinking about going back to 1.34

There is an issue where if analysis falls behind, and maximagebuffer is set too low, that none of the processes can continue. So zmwatch kills it and restarts. In 1.34 there was no concept of locking so frames would just be lost. The quick fix is to set MaxImagebuffer = 2*keyframe interval+1 or larg...
by iconnor
Mon Oct 18, 2021 3:15 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: High DB usage
Replies: 7
Views: 10233

Re: High DB usage

For the db connection count to be that high, there has to be that many zm processes accessing it. In 1.34, there was a zmc and a zma for each monitor. Now we just have zmc, so the number should be half of what it was in 1.34. ps ax | grep zm how many processes? I wonder if you have the zmu hanging a...