Search found 2883 matches

by iconnor
Thu Mar 28, 2024 11:01 pm
Forum: Mobile Apps and Event Server
Topic: zmNinja, ES+ML support discontinuation notice (in advance) : EOY 2021
Replies: 59
Views: 2099664

Re: zmNinja, ES+ML support discontinuation notice (in advance) : EOY 2021

https://f-droid.org/forums/topic/zmninj ... r-android/

Not really. We can likely fix the licensing but I don't think anyone wants to take on the build pain.

We do already provide .apks.
by iconnor
Thu Mar 28, 2024 1:03 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1080

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Interesting, yeah int() is invalid funny that it works here, must be a change to php.
Try changing it to (int)$range or intval($range)
by iconnor
Tue Mar 26, 2024 10:54 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: MySQL Indexes of Logs table
Replies: 1
Views: 162

Re: MySQL Indexes of Logs table

Wouldn't remove them. Might add more.
by iconnor
Mon Mar 25, 2024 11:00 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1080

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Uh oh. scale=1 in the zms cgi url... that would be 1%. Guess we should limit it. Play around with scale/width/height parameters I think the image is there, it's just too tiny to see.
by iconnor
Mon Mar 25, 2024 12:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.56~20240320111801-jammy - Unable to save monitor settings
Replies: 22
Views: 1080

Re: 1.37.56~20240320111801-jammy - Unable to save monitor settings

Don't re-install.

Right click, inspect element, console, look for the actual javascript error.
by iconnor
Mon Mar 25, 2024 12:48 pm
Forum: ZoneMinder 1.36.x
Topic: Separate alert types. Can this be done with ZM and how?
Replies: 6
Views: 188

Re: Separate alert types. Can this be done with ZM and how?

I run it in production on over 50 servers. In general it is stable. Occasionally we break things but fix them quickly.
You can always just revert to last week's version if something breaks.
by iconnor
Mon Mar 25, 2024 12:46 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Failed INSERT INTO Server_Stats
Replies: 6
Views: 396

Re: Failed INSERT INTO Server_Stats

Current builds should have this fixed.
by iconnor
Sun Mar 24, 2024 5:20 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: It is not possible to download an event if multi-threaded mode is set.
Replies: 3
Views: 333

Re: It is not possible to download an event if multi-threaded mode is set.

Do you mean multi-server? Or multi-port? Works fine for me here. Do you mean download from the event view page or from the events list page or from montagereview?
by iconnor
Sun Mar 24, 2024 5:14 pm
Forum: ZoneMinder 1.36.x
Topic: Separate alert types. Can this be done with ZM and how?
Replies: 6
Views: 188

Re: Separate alert types. Can this be done with ZM and how?

1.36 is stable. Meaning it gets no new features, only bug fixes. Just run 1.37.
by iconnor
Fri Mar 22, 2024 9:26 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage - problem when there are more than 5 monitors
Replies: 4
Views: 306

Re: Montage - problem when there are more than 5 monitors

This is a problem as old as time that has been dicussed here many times.

One way to work around it is to use multi-port.

https://medium.com/zmninja/multi-port-s ... 836a336c93
by iconnor
Fri Mar 22, 2024 2:12 pm
Forum: ZoneMinder 1.36.x
Topic: Separate alert types. Can this be done with ZM and how?
Replies: 6
Views: 188

Re: Separate alert types. Can this be done with ZM and how?

In 1.37, this is doable.

We have filters at the top now with which you can tell it to show only events with either something in the notes column, or now we have a new Tags feature.
by iconnor
Fri Mar 22, 2024 1:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Failed INSERT INTO Server_Stats
Replies: 6
Views: 396

Re: Failed INSERT INTO Server_Stats

Turn on debug logging, it should log the values being sent.
by iconnor
Wed Mar 20, 2024 3:38 pm
Forum: ZoneMinder 1.36.x
Topic: Filter to trigger with excluding a zone fails to exclude
Replies: 3
Views: 137

Re: Filter to trigger with excluding a zone fails to exclude

In Filter.pm, around line 164 we force the op to EXISTS. Need to instead restrict it to valid values like NOT EXISTS etc.