Search found 6 matches
- Sat Jul 04, 2020 1:33 pm
- Forum: ZoneMinder 1.34.x
- Topic: Recorded video take a long time to display in mp4
- Replies: 4
- Views: 4699
Recorded video take a long time to display in mp4
Hi, i have a problem with the load time of mp4 recorded events, i record for some camera at 1080p/24 so video files are around 300mb ... when i want to play an event in chrome or zmninj, i have to wait longgg time for it to play, if i'm on wifi its ..... longggggg on firefox its very quick but i ...
- Wed Mar 11, 2020 2:15 am
- Forum: ZoneMinder 1.34.x
- Topic: zmaudit.pl make a very high i/o wait ...
- Replies: 8
- Views: 9429
Re: zmaudit.pl make a very high i/o wait ...
hi,
on the original code its : /bin/rm -rf $storage_path/$event_path ...
anyway the command is run under user apache not root
i have divided by 3+ my I/O wait for now
on the original code its : /bin/rm -rf $storage_path/$event_path ...
anyway the command is run under user apache not root
i have divided by 3+ my I/O wait for now
- Tue Mar 10, 2020 3:11 am
- Forum: ZoneMinder 1.34.x
- Topic: zmaudit.pl make a very high i/o wait ...
- Replies: 8
- Views: 9429
Re: zmaudit.pl make a very high i/o wait ...
this was the right line, i did this change : my $command = "/bin/rsync -a --delete /rsync-zm-empty/ $storage_path/$event_path && /bin/rm -rf $storage_path/$event_path"; for sure it could be more pretty but its only as test, the load droped a lot, i will monitor this for some hours, i let you know ;)
- Tue Mar 10, 2020 2:35 am
- Forum: ZoneMinder 1.34.x
- Topic: zmaudit.pl make a very high i/o wait ...
- Replies: 8
- Views: 9429
Re: zmaudit.pl make a very high i/o wait ...
I forgot something important in my first port, i need to have 2 camera with "save jpeg's" enabled because i cant wait the event end to watch the record, its sometimes needed to watch the record less than 1 min after the incident ... so i have many mp4 and tons of jpegs, at least for 2 camera, but ...
- Tue Mar 10, 2020 2:29 am
- Forum: ZoneMinder 1.34.x
- Topic: zmaudit.pl make a very high i/o wait ...
- Replies: 8
- Views: 9429
Re: zmaudit.pl make a very high i/o wait ...
HI, thx for the reply, i had very good result with : mkdir /rsync-zm-empty rsync -a --delete /rsync-zm-empty/ /path-to-your-zm-event-dir/ i know there is a way with perl but like i said perl isnt my stuff ... i will ask a friend who handle millions of img to delete per day, i know he does that with ...
- Mon Mar 09, 2020 1:23 pm
- Forum: ZoneMinder 1.34.x
- Topic: zmaudit.pl make a very high i/o wait ...
- Replies: 8
- Views: 9429
zmaudit.pl make a very high i/o wait ...
HI, i'm new to this forum, i run zoneminder since 6 months +/- i have a big setup ... total 16 cameras, 5 at 25 fps and others at 15-20, i know its high fps but its really needed in this case of usage it run on a 2x6core (5600 serie) with 24gb ddr3 ecc reg, system is on a raid 1 of 2 ssd, mysql run ...