Search found 6 matches
- Thu Nov 28, 2024 5:17 pm
- Forum: ZoneMinder 1.36.x
- Topic: 2FA
- Replies: 13
- Views: 15884
Re: 2FA
2FA doesn't necessarily have to be implemented within ZM. You can implement it at the Apache level; https://github.com/itemir/apache_2fa Now if I understand how ZM works correctly, you would just need to set AUTH_TYPE to remote, and match up the usernames in ZM to those used for authentication in ...
- Thu Nov 01, 2018 5:15 pm
- Forum: Feature Requests
- Topic: OMG Snow!!
- Replies: 4
- Views: 8989
Re: OMG Snow!!
Does it really matter if it fills your disk? Just make sure that you keep the purge-when-full filter set to a level where in the time between runs, it won't overflow the disk. Also, storing your event video using h264 will ensure that you can record a LOT of data. For instance, my cameras record 2 ...
- Thu Nov 01, 2018 4:17 pm
- Forum: ZoneMinder 1.32.x
- Topic: View current recording?
- Replies: 1
- Views: 1454
Re: View current recording?
There are two options I can see.
1) You can view the LIVE feed. Hint: Monitor --> Buffers --> Stream Replay Image Buffer to allow you to pause and rewind the live stream.
2) You can reduce the length of your segments. This will be in the MISC tab of the monitor configuration page.
1) You can view the LIVE feed. Hint: Monitor --> Buffers --> Stream Replay Image Buffer to allow you to pause and rewind the live stream.
2) You can reduce the length of your segments. This will be in the MISC tab of the monitor configuration page.
- Thu Nov 01, 2018 3:58 pm
- Forum: ZoneMinder 1.32.x
- Topic: Upgraded from 1.30 to 1.32 (Also upgraded Ubuntu 16.04 to 18.04) - High CPU with zmaudit.pl
- Replies: 6
- Views: 3351
Re: Upgraded from 1.30 to 1.32 (Also upgraded Ubuntu 16.04 to 18.04) - High CPU with zmaudit.pl
Little hint: If your cameras output h264, you might be better off using h264 passthrough. This will prevent the video quality from degrading due to a re-encoding, and will lighten CPU load.
- Thu Nov 01, 2018 3:54 pm
- Forum: ZoneMinder 1.32.x
- Topic: How to DOWNGRADE 1.32 database to 1.30.4?
- Replies: 5
- Views: 5318
Re: How to DOWNGRADE 1.32 database to 1.30.4?
Hi, new 1.32 has better web interface and some interesting new features, but CPU load went up from 1.2 to 2.6 and it is not really stable. I have lots of archived events and I tried to restore the 1.32 database into new created db with zm 1.30.4, but zoneminder crashes when start capturing ...
- Thu Nov 01, 2018 3:46 pm
- Forum: ZoneMinder 1.32.x
- Topic: CPU Load spikes on montage
- Replies: 1
- Views: 2424
Re: CPU Load spikes on montage
Hmm. That may not be unexpected. In your source/monitor configurations, under the STORAGE tab, do you have it set up to save JPEG's? If NOT, then it will have to generate those JPEG's on the fly in real time while in montage mode in addition to whatever processing it is already doing, and of course ...