Possibly... I did just merge some stuff from some other branches...
The general gist of which should reduce the php ram requirements to generate the page....
But as always... any change can break all kinds of other things.
I'll do some more testing tomorrow...
Search found 3405 matches
- Thu Jun 19, 2025 3:57 am
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Montage Review functionality changed?
- Replies: 5
- Views: 2065
- Wed Jun 18, 2025 3:16 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Isn't it about time?
- Replies: 11
- Views: 5103
Re: Isn't it about time?
Why not just release it? Because we know it has issues that we would like to resolve before release. Also, I am overworked and under paid. I'll get to it soon. ZM motion detection does still have it's uses, but yeah is eclipsed by real AI, and yeah, we SHOULD be pushing the analysis into the camera ...
- Wed Jun 18, 2025 2:10 pm
- Forum: ZoneMinder 1.36.x
- Topic: Recurring Errors in /var/log/zm/error.log
- Replies: 2
- Views: 1264
Re: Recurring Errors in /var/log/zm/error.log
This is fixed in 1.36.36 which is available for testing in my proposed ppa.
- Wed Jun 18, 2025 12:15 pm
- Forum: ZoneMinder 1.36.x
- Topic: Is there a way to import events?
- Replies: 3
- Views: 1229
Re: Is there a way to import events?
zmrecover.pl
- Wed Jun 18, 2025 12:13 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Broken encoding
- Replies: 7
- Views: 3360
Re: Broken encoding
Unfortunately all those DWARF messages means we don't get actual line of the crash, but that's ok. I have an idea what is going on.
Isaac
Isaac
- Wed Jun 18, 2025 12:10 pm
- Forum: ZoneMinder 1.36.x
- Topic: Problem calling http://server/zm/api/monitors.json
- Replies: 2
- Views: 1102
Re: Problem calling http://server/zm/api/monitors.json
That code gets run when you do a POST. Your command line as listed should not be doing a POST. It should be doing a GET. So something is strange. Is that actually the command line you are using?
- Mon Jun 16, 2025 10:03 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: NaN bug in console view
- Replies: 12
- Views: 4331
Re: NaN bug in console view
Yeha it won't be NaN, the NaN will be because we returned 0 results or nothing at all, or something like that. Can you turn on debug logging Options->Logging->Debug It should put a lot of verbose logs into /var/log/zm/web_php.log which should include the results of the events list query. Which ...
- Mon Jun 16, 2025 9:36 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: NaN bug in console view
- Replies: 12
- Views: 4331
Re: NaN bug in console view
Is there anything in the logs before that? maybe in /var/log/apache2/error.log ?
- Sun Jun 15, 2025 3:02 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: NaN bug in console view
- Replies: 12
- Views: 4331
Re: NaN bug in console view
Thanks for the report... but I'm not able to reproduce it yet. I assume when you said to click on View All you meant "All Events" which takes us to the events view... which SHOULD be the same as click on the events count in the ALL column for that camera. Can you try that and see if it does the same ...
- Sun Jun 15, 2025 2:37 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Broken encoding
- Replies: 7
- Views: 3360
Re: Broken encoding
Please do the command that the log says to do:
sudo apt install zoneminder-dbg
addr2line -Cfip -e /usr/bin/zmc 0x9aa59 0x153f1e 0x11c545 0x1228c0
Your log shows failure to capture, which has nothing to do with encoding.
sudo apt install zoneminder-dbg
addr2line -Cfip -e /usr/bin/zmc 0x9aa59 0x153f1e 0x11c545 0x1228c0
Your log shows failure to capture, which has nothing to do with encoding.
- Fri Jun 13, 2025 1:37 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: zmu not working?
- Replies: 2
- Views: 1939
Re: zmu not working?
The meaning of the various commands has changed... In 1.36 we have -E, --enable : Enable detection, wake monitor up -D, --disable : Disable detection, put monitor to sleep -u, --suspend : Suspend detection, useful to prevent bogus alarms when panning etc -r, --resume : Resume detection after a ...
- Thu Jun 12, 2025 10:46 am
- Forum: Hardware Queries
- Topic: server hardware recs? ~15cam ~8k
- Replies: 2
- Views: 6113
Re: server hardware recs? ~15cam ~8k
We do service consulatations. I would expect you to have a lot of issues no matter what hardware you throw at it. At the end of the day, an 8k image is huge. You are going to need a ton of ram. My 4k cam used to take over 200% cpu ... now I'm using a VPU so it's more like 30%. You are going to need ...
- Wed Jun 04, 2025 12:53 pm
- Forum: ZoneMinder 1.36.x
- Topic: RTSP authentication
- Replies: 7
- Views: 1149
Re: RTSP authentication
You can turn on debug logging and it will be very verbose. I can see that this is a Hikvision/clone.. they have a feature that locks you out after a few bad login attempts.
You can check the logs in the camera itself, it might give a clue.
You can check the logs in the camera itself, it might give a clue.
- Mon Jun 02, 2025 1:10 pm
- Forum: ZoneMinder 1.36.x
- Topic: RTSP authentication
- Replies: 7
- Views: 1149
Re: RTSP authentication
ZM does pass them. The logs are automatically sanitised.
Are there weird characters in the password?
Are there weird characters in the password?
- Sun Jun 01, 2025 3:05 am
- Forum: ZoneMinder Distributions
- Topic: V1.30.4 Remastered
- Replies: 57
- Views: 524523
Re: V1.30.4 Remastered
zmdc.pl can be running and responding OK while nothing else is running. It is true. Wierd but true. zmpkg.pl tells zmdc.pl to start all relevant processes but something else could tell zmdc.pl to stop everything. THe UI would still think ZM is running even though nothing useful is. It is a pretty ...