Search found 2902 matches

by iconnor
Wed Apr 03, 2024 6:43 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: ERR Could not send packet
Replies: 3
Views: 570

Re: ERR Could not send packet

It is ffmpeg complaining that it doesn't like the data. Sometimes we see this if the cpu can't keep up.
by iconnor
Mon Apr 01, 2024 1:17 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: 1.37.57~20240331.14-focal amd64 no console tab in navbar
Replies: 2
Views: 543

Re: 1.37.57~20240331.14-focal amd64 no console tab in navbar

We need to also check for existence of any monitors.
by iconnor
Fri Mar 29, 2024 12:39 pm
Forum: ZoneMinder 1.36.x
Topic: zmc is saving empty files
Replies: 5
Views: 497

Re: zmc is saving empty files

03/28/24 06:34:05.023009 zmc_m30[2226615].INF-zm_ffmpeg.cpp/69 [Could not find codec parameters for stream 0 (Video: h264, 1 reference frame, none): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options]
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: 2166777

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

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: 7
Views: 688

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

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

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

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

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

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

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

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