Search found 3351 matches
- Thu May 22, 2025 1:15 pm
- Forum: ZoneMinder 1.37.x Development Branch
- Topic: Failed upgrade of Ubuntu 22.04 to 24.04 with zoneminder.
- Replies: 2
- Views: 1015
Re: Failed upgrade of Ubuntu 22.04 to 24.04 with zoneminder.
Please note that it shouldn't do a purge, so the db contents and any config rules should remain in place and all you need to do is re-enable the ppa and re-install mysql and zoneminder. That being said, make sure you have a db backup. That is the crucial data and if you have that you can restore. I ...
- Wed May 21, 2025 6:18 pm
- Forum: ZoneMinder 1.36.x
- Topic: Stuck video buffer on event playback that is at rate 5x or higher
- Replies: 3
- Views: 2342
Re: Stuck video buffer on event playback that is at rate 5x or higher
What do teh logs say?
- Wed May 21, 2025 12:18 pm
- Forum: ZoneMinder 1.36.x
- Topic: Montage View working (11 cams) but has 1 blank panel in the middle (like a camera should be there but its not a camera)
- Replies: 1
- Views: 856
Re: Montage View working (11 cams) but has 1 blank panel in the middle (like a camera should be there but its not a came
It may be that one of the monitors is 1 pixel taller than the other and is causing layout to break as you describe. Try sorting them differently. 1.37 does a much better job of this
- Wed May 21, 2025 12:15 pm
- Forum: ZoneMinder 1.36.x
- Topic: zmaudit removing currently open recordings
- Replies: 1
- Views: 482
Re: zmaudit removing currently open recordings
This is literally why AUDIT_MIN_AGE exists and why it defaults to 86400 (1 day).
- Wed May 14, 2025 12:17 pm
- Forum: ZoneMinder 1.36.x
- Topic: Alert/motion frames in native videos?
- Replies: 1
- Views: 4764
Re: Alert/motion frames in native videos?
To get the alert frames, you need to be saving the analysis jpegs and using mjpeg as the codec to view.
In 1.39 we will have more options here.
In 1.39 we will have more options here.
- Tue May 13, 2025 1:08 pm
- Forum: ZoneMinder 1.36.x
- Topic: upgrading from 1.34 to 1.36 improved motion detection?
- Replies: 2
- Views: 3061
Re: upgrading from 1.34 to 1.36 improved motion detection?
Not many changes to the motion detection.
To level up you really need AI.
To level up you really need AI.
- Tue May 13, 2025 12:44 pm
- Forum: ZoneMinder 1.36.x
- Topic: Mistake when changing date and time
- Replies: 2
- Views: 2462
Re: Mistake when changing date and time
That is a decoding error, nothing to do with actual time.
Either you are out of CPU or having network issues or your camera is just sending crap.
Either you are out of CPU or having network issues or your camera is just sending crap.
- Mon May 12, 2025 1:26 pm
- Forum: Mobile Apps and Event Server
- Topic: Zoneminder | KI | Codeproject AI
- Replies: 1
- Views: 5529
Re: Zoneminder | KI | Codeproject AI
Despire their age, most tutorials should still be relevant.
In a month or two, 1.38 will get released and 1.39 will immediately get built in support for AI, including remote API based AI.
In a month or two, 1.38 will get released and 1.39 will immediately get built in support for AI, including remote API based AI.
- Fri May 02, 2025 7:32 pm
- Forum: Website Issues
- Topic: General Error/SQL ERROR ...
- Replies: 2
- Views: 10063
Re: General Error/SQL ERROR ...
DDOS. Have had to block 47.79.0.0/16 and 47.82.0.0/16
- Sun Apr 27, 2025 7:12 pm
- Forum: Mobile Apps and Event Server
- Topic: Cant get live video or play events on Zmninja
- Replies: 10
- Views: 18087
Re: Cant get live video or play events on Zmninja
This is almost ALWAYS just the cgi-bin setting being wrong, although yours looks right to me. Best way to find out is right click and inspect the working url in the web ui and compare to what is entered in zmninja.
- Sat Apr 26, 2025 10:15 pm
- Forum: Feature Requests
- Topic: Alexa skill to start/stop recording
- Replies: 1
- Views: 13470
Re: Alexa skill to start/stop recording
I looked into this once but never got around to it because I dont have one.
- Fri Apr 25, 2025 1:46 pm
- Forum: ZoneMinder 1.36.x
- Topic: [SOLVED] Lost config with distro and zm version upgrade
- Replies: 34
- Views: 17154
Re: Lost config with distro and zm version upgrade
ZM_PATH_ZMS is confusing, as it is ACTUALLY the path part of a URL. It should be /zm/cgi-bin/nph-zms
The ScriptAlias links that to the real path. It should be:
ScriptAlias /zm/cgi-bin /usr/lib/zoneminder/cgi-bin/
The ScriptAlias links that to the real path. It should be:
ScriptAlias /zm/cgi-bin /usr/lib/zoneminder/cgi-bin/
- Fri Apr 25, 2025 1:42 pm
- Forum: ZoneMinder 1.36.x
- Topic: [SOLVED] Lost config with distro and zm version upgrade
- Replies: 34
- Views: 17154
Re: Lost config with distro and zm version upgrade
@ZM_CACHEDIR@ is a build-time replacement. Apache will do nothing with it. It should be for debian based distros: Alias /zm/cache "/var/cache/zoneminder/cache" <Directory "/var/cache/zoneminder/cache"> Options -Indexes +FollowSymLinks AllowOverride All <IfModule mod_authz_core.c> Require all granted ...
- Thu Apr 24, 2025 2:18 pm
- Forum: ZoneMinder 1.36.x
- Topic: [SOLVED] Lost config with distro and zm version upgrade
- Replies: 34
- Views: 17154
Re: Lost config with distro and zm version upgrade
You can always go full nuclear and do sudo apt remove --purge apache2* libapache2* Then sudo apt install apache2 You may need to actually move out of the way the contents of /etc/apache2 in between if it doesn't clean itself up entirely. That should get a fresh, working apache2 install. Then you can ...
- Wed Apr 23, 2025 11:56 pm
- Forum: ZoneMinder 1.36.x
- Topic: [SOLVED] Lost config with distro and zm version upgrade
- Replies: 34
- Views: 17154
Re: Lost config with distro and zm version upgrade
apache has sevral mpms. I think the only one that works without serious work is mpm_prefork. So try a2enmod mpm_prefork