Search found 2 matches

by robbin
Sun Nov 09, 2014 9:17 pm
Forum: ZoneMinder 1.25.x
Topic: Separate Database Server
Replies: 0
Views: 2006

Separate Database Server

I installed 1.25.0 on a debian server (no X). I have an instance of mysql on another machine so I used zmhost to point it there. I altered the tables to use the InnoDB engine. The performance is poor. Perhaps 10 seconds to paint an options popup window. If I point it to the local mysql instance the ...
by robbin
Fri Mar 26, 2010 4:19 pm
Forum: ZoneMinder 1.24.x
Topic: ffmpeg and non-sequential events
Replies: 0
Views: 1073

ffmpeg and non-sequential events

If I create a video file, ffmpeg stops if there is a gap in the event numbers. I get lots of cases where the capture jpgs aren't exactly sequential - there are skipped numbers. I have a shell snippet that sequentially renumbers the capture files: shouldbenum=1 find . -name "*.jpg" | sed -e...