Search found 12 matches

by ebeng
Sun Jul 05, 2020 10:14 pm
Forum: ZoneMinder 1.30.x
Topic: securize zm via https
Replies: 4
Views: 25063

Re: securize zm via https

you have to also REWRITE all the HTTP to HTTPS in the body of the HTML.
+ dont forget to DISABLE gzip, because otherwise your body of your HTML-RESPONSE will be encrypted, such that no REWRITE will be done.
by ebeng
Wed Jun 17, 2020 12:37 pm
Forum: ZoneMinder 1.34.x
Topic: Zoneminder 1.34.15 keeps deleting events before hitting 95% disk full
Replies: 3
Views: 2535

Re: Zoneminder 1.34.15 keeps deleting events before hitting 95% disk full

Only 'unchecking' the ZMAUDIT is not helping, you have to restart the Zoneminder also :)

This was indeed the one, which was deleting it. My events are now filling up with the recordings, without being deleted!! :)

Thank you !!
by ebeng
Wed Jun 17, 2020 8:50 am
Forum: User Contributions
Topic: Record High-res H264 streams 24/7 with low CPU Load
Replies: 51
Views: 520825

Re: Record High-res H264 streams 24/7 with low CPU Load

Unchecking the box in the "Options-System" is not enough for ZMAUDIT to stop I see now. After it is unchecked you have to restart Zoneminder. I can see now that the events + the recordings are now above 180 events, for the recordings :) I have to see how long it will take now, untill the f...
by ebeng
Tue Jun 16, 2020 4:19 pm
Forum: User Contributions
Topic: Record High-res H264 streams 24/7 with low CPU Load
Replies: 51
Views: 520825

Re: Record High-res H264 streams 24/7 with low CPU Load

I've not really noticed before but yes... mine does the same thing - shows a max of 146 recordings for the injected captures. At a guess it'll be something to do with the 'unofficial' way zmrecord is injecting SQL records; but that's just a guess. However, I don't run zmaudit on my Big RAID of 24/7...
by ebeng
Tue Jun 16, 2020 2:52 pm
Forum: ZoneMinder 1.34.x
Topic: Zoneminder 1.34.15 keeps deleting events before hitting 95% disk full
Replies: 3
Views: 2535

Re: Zoneminder 1.34.15 keeps deleting events before hitting 95% disk full

there are 3 places that do deletes #1 a filter. Filters run as www-data #2 zmaudit.pl. You should not be running this anymore. Check options->SYstem->ZM_AUDIT. Turn it off. This is the likely culprit. #3 someone using the web interface to delete the events. This seems unlikely. Do you mean: RUN_AUD...
by ebeng
Mon Jun 15, 2020 1:21 pm
Forum: ZoneMinder 1.34.x
Topic: Zoneminder 1.34.15 keeps deleting events before hitting 95% disk full
Replies: 3
Views: 2535

Zoneminder 1.34.15 keeps deleting events before hitting 95% disk full

Hi all, I am using the following script in https://forums.zoneminder.com/viewtopic.php?f=9&t=27537&p=115886#p115886 to capture the video. I am running now Zoneminder 1.34.15 For these events which are created by this script, are automatically deleted after 1 whole day. The events which are c...
by ebeng
Sat Jun 13, 2020 9:23 pm
Forum: User Contributions
Topic: Record High-res H264 streams 24/7 with low CPU Load
Replies: 51
Views: 520825

Re: Record High-res H264 streams 24/7 with low CPU Load

also any idea guys why these recordings are deleted after 149 times? this is exactly 24 hours of recording which i'm having at the end( it deletes the last 4, so 145 events are left) my disk is only 10% full... I also dont have any other filter than the default “purge” filter, even disabling this (r...
by ebeng
Wed Jun 10, 2020 8:47 pm
Forum: User Contributions
Topic: Record High-res H264 streams 24/7 with low CPU Load
Replies: 51
Views: 520825

Re: Record High-res H264 streams 24/7 with low CPU Load

Is there also a possibility where we could play these events in the Zoneminder webpage?

https://ibb.co/TYL1NVz

update: I can ofcourse download the file as mp4, but option to view that file would be awesome.
by ebeng
Tue Jun 11, 2019 11:15 pm
Forum: Non-ZoneMinder Chat
Topic: Installation guide /video/livesp.asp or equivalent web stream camera's
Replies: 1
Views: 9268

Installation guide /video/livesp.asp or equivalent web stream camera's

All, I was struggling for some hours to get a China HD Camera to work with my ZoneMinder setup. (HD 1080P DIY Portable WiFi IP Mini Camera P2P Wireless Micro webcam Camcorder Video Recorder Support Remote View Hidden TF card) Based on reverse engineering and some troubleshooting with also Wireshark,...
by ebeng
Tue May 28, 2019 11:27 pm
Forum: Feature Requests
Topic: Clone monitor + zones
Replies: 8
Views: 38975

Re: Clone monitor + zones

Had the same question, hope that it helps some-one: Let's say you have Zones Id=1 which is applied to MonitorId=1 You want this to copy to MonitorId=2 Do the Following (login to mysql, use zm database): insert into Zones (Id, MonitorId , Name , Type , Units , NumCoords , Coords , Area , AlarmRGB , C...
by ebeng
Tue May 28, 2019 10:22 pm
Forum: User Contributions
Topic: Record High-res H264 streams 24/7 with low CPU Load
Replies: 51
Views: 520825

Re: Record High-res H264 streams 24/7 with low CPU Load

Thanks for the script. I've had to create a <.mylogin.cnf> file for the MySQL statements, because when cleartext passowrd is entered in the script, you will get warning from MySQL: mysql_config_editor set --login-path=local --host=localhost --user=db_user --password I've replaced all the mysql -NBqr...