Search found 2906 matches

by iconnor
Mon Oct 24, 2022 5:14 pm
Forum: ZoneMinder 1.36.x
Topic: Custom Layouts in Montage view not saved and grid breaks
Replies: 4
Views: 307

Re: Custom Layouts in Montage view not saved and grid breaks

A custom layout is exactly that, stored width, height, position. So the dropdowns can't apply. Selecting them should unselect your custom layout. Similarly the 5 across layout sets a width of 20%, so selecting anything in the width dropdown should unselect 5 across. And vice versa. The strange layou...
by iconnor
Sun Oct 23, 2022 9:45 pm
Forum: ZoneMinder 1.36.x
Topic: Cannot Delete Large Numbers of files in Event Viewer or by Filters
Replies: 4
Views: 539

Re: Cannot Delete Large Numbers of files in Event Viewer or by Filters

Unfortunately TrueNas doesn't do much to support ZM on their platform. 1.36.12 is woefully out of date.
by iconnor
Sun Oct 23, 2022 9:43 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.30,31 The Memory Remains
Replies: 21
Views: 306224

Re: Released 1.36.30,31 The Memory Remains

So the question is did these work before 1.36.30? Cuz I really havn't changed anything on the c++ side in while.

Those errors tell me that ffmpeg doesn't like the stream, maybe not enough cpu or too many dropped packets.
by iconnor
Sun Oct 23, 2022 9:40 pm
Forum: ZoneMinder 1.36.x
Topic: Strange error after upgrading to 1.36.31
Replies: 6
Views: 789

Re: Strange error after upgrading to 1.36.31

It could be due to nfs share, if so try storing to a local drive.

It should have simply reverted to storing jpegs somewhere else though. Do you have any other storage areas defined for it to try?

I don't think that is has anything to do with php or db. the avio error is pretty clear.
by iconnor
Fri Oct 21, 2022 8:30 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: LOG page?
Replies: 8
Views: 1062

Re: LOG page?

Ah, a bug. Found and fixed. Packages building. Info the level is being saved as Info, it just isn't auto-selecting in the dropdown.
by iconnor
Fri Oct 21, 2022 2:18 pm
Forum: Hardware Compatibility List
Topic: EZVIZ (HikVision) C6CN lower res RTSP URL
Replies: 3
Views: 15056

Re: EZVIZ (HikVision) C6CN lower res RTSP URL

That appears to be a cloud cam. EZVIZ cloud proprietary protocol. Good luck.
by iconnor
Fri Oct 21, 2022 1:24 pm
Forum: ZoneMinder 1.36.x
Topic: Upgrade from 1.34 to 1.36 - no longer able to click on remote rtsp cameras in Montage Review to show passthrough display
Replies: 5
Views: 400

Re: Upgrade from 1.34 to 1.36 - no longer able to click on remote rtsp cameras in Montage Review to show passthrough dis

Ok, I understand what's going on now. Sounds like you've solved it. I need to rip all the old embedded aplet stuff out. No modern browser supports it anymore. I will look into the 704x480 not capturing thing.... there can be issues when the width isn't divisible by either 16 or 32 or whatever. SOmet...
by iconnor
Fri Oct 21, 2022 1:19 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: LOG page?
Replies: 8
Views: 1062

Re: LOG page?

Uh.... I have mine set to warn... anything higher should work too in terms of making the word appear..

As to saving.... uh.... works for me, I'll take a look into it.
by iconnor
Fri Oct 21, 2022 1:18 pm
Forum: ZoneMinder Hints & Tips
Topic: Where to mount cams
Replies: 3
Views: 5275

Re: Where to mount cams

The problem with outer corners is that the dead spot allows them to be tampered with.

I like the center mount.

I would go with LOTS of cameras!

Good luck and have fun!
by iconnor
Fri Oct 21, 2022 1:15 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.30,31 The Memory Remains
Replies: 21
Views: 306224

Re: Released 1.36.30,31 The Memory Remains

There where very minimal changes to the c++ code between 1.36.29 and 1.36.31. It was all mostly on the php side. So I don't know what's going on. You will have to turn on debugging and look at the logs. The 100% shm is interesting. Yes being out of shm will cause crashing, but what's with all the de...
by iconnor
Thu Oct 20, 2022 6:25 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: LOG page?
Replies: 8
Views: 1062

Re: LOG page?

Yeah if you aren't putting anything into it, then it assumes there isn't anything there.
by iconnor
Thu Oct 20, 2022 6:23 pm
Forum: ZoneMinder 1.36.x
Topic: Unable to upgrade from 1.36.26 to .31
Replies: 1
Views: 157

Re: Unable to upgrade from 1.36.26 to .31

The dependencies are for libjwt-gnutls0 | libjwt0

On ubuntu I think we want libjwt-gnutls0. On jammy I have 1.10.2-1build1.

What is your version? Are you trying to install the wrong version for your distro?

More info please.
by iconnor
Thu Oct 20, 2022 2:09 pm
Forum: ZoneMinder 1.36.x
Topic: Upgrade from 1.34 to 1.36 - no longer able to click on remote rtsp cameras in Montage Review to show passthrough display
Replies: 5
Views: 400

Re: Upgrade from 1.34 to 1.36 - no longer able to click on remote rtsp cameras in Montage Review to show passthrough dis

I should say further that unless you are streaming from a jpeg snapshot source, you should transition to using the ffmpeg monitor type.
by iconnor
Thu Oct 20, 2022 2:08 pm
Forum: ZoneMinder 1.36.x
Topic: Upgrade from 1.34 to 1.36 - no longer able to click on remote rtsp cameras in Montage Review to show passthrough display
Replies: 5
Views: 400

Re: Upgrade from 1.34 to 1.36 - no longer able to click on remote rtsp cameras in Montage Review to show passthrough dis

So that's a little weird, it is not doing that for me and it's the first report we've had of it. So let's dig in. First off, what version of 1.36? You should be up to latest 1.36.31. Second, let's be clear are you watching live view vs historical? Based on your words it sounds like yes, but let's be...
by iconnor
Thu Oct 20, 2022 2:02 pm
Forum: ZoneMinder 1.36.x
Topic: Very high disc write from MySQL destroying SSD.
Replies: 20
Views: 6211

Re: Very high disc write from MySQL destroying SSD.

You can turn off writing of motion detection statistics Options->Logging->RECORD_EVENT_STATS. You can turn off all logging to the db. This will reduce db writing a bit. The rest is going to be a matter of db tuning. ZoneMinder has a need to store information in the db. Your disks will just have to h...