Search found 193 matches

by kitkat
Tue Oct 05, 2021 12:39 am
Forum: ZoneMinder 1.34.x
Topic: [solved] Errors starting on fresh Debian 10 install
Replies: 18
Views: 8307

Re: [solved] Errors starting on fresh Debian 10 install

10/04/21 10:38:02.121227 web_php[3750].ERR [192.168.1.205] [ZoneMinder is not configured properly: php's date.timezone -0700 does not match the system timezone +0000! Please check Options->System->Timezone.] at /usr/share/zoneminder/www/includes/functions.php line 2423 What does ls /etc/localtime s...
by kitkat
Sun Oct 03, 2021 3:46 pm
Forum: ZoneMinder 1.36.x
Topic: Why is rows per page up to 200 and then all
Replies: 18
Views: 5038

Re: Why is rows per page up to 200 and then all

px03afk wrote: Sun Oct 03, 2021 1:25 pm Unless I am mistaken, versions 1.34 and before had the number of rows to display in the options and this dropdown option has only appeared recently.
You aren't mistaken, although it was still a text box in versions later than 1.34.x - I'm using 1.36.5 and that has one.
by kitkat
Thu Sep 30, 2021 4:06 pm
Forum: ZoneMinder 1.34.x
Topic: inline violated CSP script-src error
Replies: 3
Views: 3493

Re: inline violated CSP script-src error

The same issue has been reported here: https://github.com/ZoneMinder/zoneminder/issues/3340

If you've updated or changed any browser add-ons recently then that might be what's causing it.
by kitkat
Thu Sep 30, 2021 12:57 am
Forum: ZoneMinder 1.36.x
Topic: Everythign working great other than video dl and export
Replies: 3
Views: 1836

Re: Everythign working great other than video dl and export

A shot in the dark here... Is there anything helpful/unusual in the webserver logs?
by kitkat
Wed Sep 22, 2021 10:40 am
Forum: ZoneMinder 1.36.x
Topic: Access denied for user 'www-data'@'localhost'
Replies: 3
Views: 4607

Re: Access denied for user 'www-data'@'localhost'

Are you sure the database user/pass are correct? I'm on CentOS here so thing may well be different but the default database user is 'zmuser' rather than 'apache' (the CentOS version of www-data). I'd investigate the MySQL users and grants, and create a file /etc/zm/conf.d/db-user.conf with the follo...
by kitkat
Wed Sep 22, 2021 10:25 am
Forum: ZoneMinder 1.36.x
Topic: RPi 4/Reolink Capture problems
Replies: 11
Views: 3888

Re: RPi 4/Reolink Capture problems

I also found a reference about X265 encoding so changed the optional parameters to # Lines beginning with # are a comment # For changing quality, use the crf option # 1 is best, 51 is worst quality #crf=23 vcodec libx264 (I had to comment out the "crf" line as I didn't know how to separat...
by kitkat
Thu Sep 16, 2021 2:15 pm
Forum: ZoneMinder 1.36.x
Topic: web_php.log + Fail2Ban + reverse proxy
Replies: 10
Views: 4688

Re: web_php.log + Fail2Ban + reverse proxy

You should be able to use mod_remoteip (Apache 2.4.6 and later) or mod_rpaf which read the X_FOWARDED_FOR header and set REMOTE_ADDR correctly.

I use mod_rpaf on a few PHP-based sites hosted behind reverse proxies and they all see the correct remote address.
by kitkat
Thu Sep 09, 2021 2:51 pm
Forum: ZoneMinder 1.36.x
Topic: Filter makes CPU very busy
Replies: 15
Views: 3965

Re: Filter makes CPU very busy

If I add the archive index will that survive upgrades or will it need to be redone? My feeling is that it will probably survive. I can see an update adding new indices or dropping known ones that are no longer useful, but dropping unknown one seems unlikely because the update would have to either d...
by kitkat
Thu Sep 09, 2021 2:42 pm
Forum: ZoneMinder 1.34.x
Topic: Excessive Disk Space
Replies: 5
Views: 3345

Re: Excessive Disk Space

Can someone help me figure out why so much space is being used for such a small time frame? 135 GB of it may be the OS-reserved space. By default, ext2/3/4 file systems allocate 5% of the total available blocks as Reserved Blocks. You can find out exactly how many are reserved with dumpe2fs -h /dev...
by kitkat
Wed Sep 08, 2021 3:53 pm
Forum: ZoneMinder 1.36.x
Topic: NVR replacement ZM high CPU
Replies: 13
Views: 5054

Re: NVR replacement ZM high CPU

how would I go about emulating what the OLD NVRs did in ZM? If you just want to record the streams without any motion detection or other analysis, and if the camers send AVC/h.264 video, then the best move is likely to be to set the Source Type on the General tab to FFMpeg, and to set the Video Wri...
by kitkat
Wed Sep 08, 2021 1:31 pm
Forum: ZoneMinder 1.36.x
Topic: NVR replacement ZM high CPU
Replies: 13
Views: 5054

Re: NVR replacement ZM high CPU

how would I go about emulating what the OLD NVRs did in ZM? If you just want to record the streams without any motion detection or other analysis, and if the camers send AVC/h.264 video, then the best move is likely to be to set the Source Type on the General tab to FFMpeg, and to set the Video Wri...
by kitkat
Mon Aug 30, 2021 2:43 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Encoder Option Error
Replies: 2
Views: 3721

Re: Encoder Option Error

Try removing the commented lines.

There seem to be have been changes in FFMpeg/libx264 recently(?) and it looks like FFM is reporting the whole block including the '# comments'' as a parameter. Many of the option name=value pairs have changed too.
by kitkat
Wed Aug 25, 2021 9:31 am
Forum: ZoneMinder 1.36.x
Topic: Ever growing system log
Replies: 2
Views: 1522

Re: Ever growing system log

Options => Logging => LOG_DATABASE_LIMIT

Perhaps also change LOG_LEVEL_DATABASE to Warning or Error.
by kitkat
Sun Aug 22, 2021 8:47 pm
Forum: ZoneMinder 1.36.x
Topic: Zoneminder 1.36 not functional
Replies: 29
Views: 37655

Re: Zoneminder 1.36 not functional

I have found many posts on the internet about the memory consumption of ffmpeg in different software, and I think that there is the problem. ej: Ffmpeg eats all the memory and crash within a minute - recording or streaming Have you tried setting the Video Writer option on each camera's Storage tab ...
by kitkat
Thu Aug 12, 2021 9:22 am
Forum: ZoneMinder 1.36.x
Topic: Filter makes CPU very busy
Replies: 15
Views: 3965

Re: Filter makes CPU very busy

Is there a list of the indexes or a way for me to see them. My DB knowledge is only to a level of how to make the disks for a DB super fast. In the Events table, these fields are indexed: Id, MonitorId, StorageId, StartDateTime, EndDateTime, EndDateTime.DiskSpace (composite index). You might find p...