My ZoneMinder System include 11 cctv-cameras in record mode. All cameras run at 25 fps with frame skip set to 1.
Everything is recorded on a NAS with 2x 4to HDD in raid 1.
Each event is 10 minutes long with about 7500 frames per event.
My problem is sometimes events are not recorded on the database.
I checked inside events directory and everything is there but it's missing in the database.
tof.canardpc[dot]com/view/785b9cf1-cab8-4a2f-ae36-2b1d10fb356a.jpg
(replace [dot] by . spam filter prevent me :p )
Code: Select all
SELECT *
FROM `Frames`
WHERE `EventId` =49821
I have repair all tables & tried to read something from zm's log but nothing seems wrong.
System is far from being overload, and diskspace for mysql is 500go.
If someone have any idea
Thanks in advance.