Search found 3392 matches

by iconnor
Wed Jul 02, 2025 10:18 pm
Forum: ZoneMinder 1.36.x
Topic: mlapi request takes too long
Replies: 3
Views: 916

Re: mlapi request takes too long

I can't imagine what would take that long, but at the same time... not sure who is actually using mlapi and the python apis keep changing, etc.

I will fire up my ai box and take a look.
by iconnor
Fri Jun 27, 2025 3:55 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Attempt to fetch string value for ZM_STRICT_VIDEO_CONFIG, actual type is boolean. Try running 'zmupdate.pl -f' to reload
Replies: 3
Views: 1350

Re: Attempt to fetch string value for ZM_STRICT_VIDEO_CONFIG, actual type is boolean. Try running 'zmupdate.pl -f' to re

The ZM_STRICT_VIDEO_CONFIG is a bit of a red herring. The error could pertain to any config value. That's just the first it hits. There is a disconnect between your dbconfig entries and what is compiled into zmc. Are you self-compiling zm? If you have updated zmc etc, but not updated the perl ...
by iconnor
Thu Jun 26, 2025 10:52 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Features in 1.37
Replies: 7
Views: 70108

Re: Features in 1.37

Lots of new features have gone in, but I don't have time right now to do a proper update. I just merged support for go2rtc and it works so much better than rtsp2web or janus. So for live 264 viewing with audio... right now this is the way to go.
by iconnor
Thu Jun 26, 2025 1:47 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 12
Views: 2710

Re: NaN bug in console view

Right click anywhere, click Inspect Element
by iconnor
Tue Jun 24, 2025 10:08 am
Forum: ZoneMinder 1.36.x
Topic: Issue with ZM 1.36.x - Event thumbnails not generating properly
Replies: 1
Views: 329

Re: Issue with ZM 1.36.x - Event thumbnails not generating properly

What is zmthumb ?

No third party add ons should be required for thumbnails... they are generated at recording time.

.33 is not up to date. We are at .35 and working on .36.
by iconnor
Sun Jun 22, 2025 1:47 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: api/events/index/MonitorId:1.json "limit" query parameter no longer works in recent versions (and VNC monitor problems)
Replies: 4
Views: 1307

Re: api/events/index/MonitorId:1.json "limit" query parameter no longer works in recent versions (and VNC monitor proble

I realise that you are passing limit... I"m not sure it was ever actually honoured. Maybe it was. THe code that got removed use ZM_EVENTS_PER_PAGE and a hard limit of 100. I hust added a line to respect a limit param... not sure about the direction= in your url... not sure that is honoured by ...
by iconnor
Sun Jun 22, 2025 1:27 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: api/events/index/MonitorId:1.json "limit" query parameter no longer works in recent versions (and VNC monitor problems)
Replies: 4
Views: 1307

Re: api/events/index/MonitorId:1.json "limit" query parameter no longer works in recent versions (and VNC monitor proble

Events are now unlimited by default, you have to pass limits into the query.

How to downgrade? apt install zoneminder=whatever version you want

How to see what versions are available ? apt-cache madison zoneminder
by iconnor
Sat Jun 21, 2025 6:31 pm
Forum: ZoneMinder 1.36.x
Topic: Is there a way to import events?
Replies: 3
Views: 589

Re: Is there a way to import events?

There is -i=0 for turning off interactivity, THe yes | is another good way to do it.

Those errors means that the Event doesn't exist in the db, but it should have been just added. SOmething must have gone wrong inserting the event record.
by iconnor
Sat Jun 21, 2025 6:28 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 12
Views: 2710

Re: NaN bug in console view

Well it has to be in the javascript... We need to look at what the results from the events load are, and why that is resulting in NaN. So if you look at the network tab of developer tools, and see the requests for the events list and see the results from that... maybe it will shed light. Otherwise ...
by iconnor
Fri Jun 20, 2025 9:15 pm
Forum: ZoneMinder 1.36.x
Topic: Question about /dev/shm size
Replies: 5
Views: 594

Re: Question about /dev/shm size

I like to use zram for swap.

That's a lot of cameras... of a high enough res...
by iconnor
Fri Jun 20, 2025 5:16 pm
Forum: ZoneMinder 1.36.x
Topic: Question about /dev/shm size
Replies: 5
Views: 594

Re: Question about /dev/shm size

No /dev/shm isn't the issue, yes the number is the monitor id. Your zmc processes are consuming too much ram. Either because something is slow (disk,db, both) or you are trying to capture an 8k cam or something. Point is it is trying to use too much ram. You will have to dig into logs to figure out ...
by iconnor
Fri Jun 20, 2025 11:35 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: NaN bug in console view
Replies: 12
Views: 2710

Re: NaN bug in console view

Latest build should get rid of Nan errors, hopefully allowing us to see the real problem.
by iconnor
Fri Jun 20, 2025 1:29 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Isn't it about time?
Replies: 10
Views: 1676

Re: Isn't it about time?

There is lots of work being done to make this all better. 1.39 should reduce our cpu/ram use A LOT. Also, support for hwaccell which MOST desktops have in one way or another. We are also going to have built in support for AI chips that no one else has. So it is going to be fun... but I need to do ...
by iconnor
Thu Jun 19, 2025 1:03 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Montage Review functionality changed?
Replies: 5
Views: 784

Re: Montage Review functionality changed?

Sounds like you are hitting the browser connection limit. You need multiport.
by iconnor
Thu Jun 19, 2025 1:02 pm
Forum: Mobile Apps and Event Server
Topic: the timer isnt working
Replies: 2
Views: 1107

Re: the timer isnt working

Well, uncomment the debug line at 2874 and let's see what isInList thinks.

This managing lists as strings etc is really inefficient. Could really be a lot better.But it's fast enough I guess.