Search found 2902 matches

by iconnor
Thu Oct 28, 2021 4:47 pm
Forum: ZoneMinder 1.36.x
Topic: dpkg error after zoneminder installation
Replies: 8
Views: 1271

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: 10524

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: 207350

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: 204161

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: 2888

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: 1185

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: 700

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: 6038

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: 906

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: 2888

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: 10171

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...
by iconnor
Sun Oct 17, 2021 3:31 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: High DB usage
Replies: 7
Views: 10171

Re: High DB usage

I wish someone with bootstrap or css skills would take some time and fixup our layout... I can do it, there is just too much to do though. Anyways... you can bump up your db limits.... what is underlying your db, spinning rust or ssd? I've been finding that a lagging db due to spinning rust can real...
by iconnor
Sun Oct 17, 2021 3:28 pm
Forum: ZoneMinder 1.34.x
Topic: Adding one reolink breaks zm
Replies: 4
Views: 8907

Re: Adding one reolink breaks zm

Sounds like you are pushing some resource beyond it's limits. Could be space in /dev/shm, could be db connection limits, could be general limited ram/cpu.
by iconnor
Sun Oct 17, 2021 3:27 pm
Forum: ZoneMinder 1.36.x
Topic: Can't generate video file from jpeg stream images
Replies: 4
Views: 1639

Re: Can't generate video file from jpeg stream images

You could just have ZM encode using preset=ultrafast, which is basically an mjpeg stream in an mp4. cpu overhead is pretty low.

There are a few tradeoffs, but I will put that button back.
by iconnor
Sun Oct 17, 2021 3:25 pm
Forum: Hardware Queries
Topic: Read This Before Posting
Replies: 8
Views: 67782

Re: Read This Before Posting

First was easy to fix... not sure where the content for the second went...