Re: view/export/create videos and/or events later on
Posted: Wed Jun 11, 2014 3:36 am
Sorry, my bad. The path is "/var/cache/zoneminder/events/". It is just full of forlders representing the monitor numbers, and symlinks to the folders, named by the monitor name. The path format of the event folders are "monitor_id/year/month/day/hour/minute/second/". The date and time of the start of the event. The video files created for the event should be in the "second/" folder.
To see when the video encoding jobs are done, you can run "top" in a terminal, on your zoneminder server. If the server is running on a headless server, you will have to ssh into the server. You should get a list of running processes, sorted by cpu usage. It updates automatically, and you get out by typing "q". As long as "ffmpeg" is near the top, and it probably will be at the top, the converting job is still running.
Also, on my zoneminder server, all zoneminder web pages stop working. Everything else keeps on ticking, like recording and stuff like that, but the console and live view times out. But when the console window start working again, I know that the converting job is done. Maybe its only my server, but be careful before starting to convert every recorded event in the database. You may not get control back for quite some time.
To see when the video encoding jobs are done, you can run "top" in a terminal, on your zoneminder server. If the server is running on a headless server, you will have to ssh into the server. You should get a list of running processes, sorted by cpu usage. It updates automatically, and you get out by typing "q". As long as "ffmpeg" is near the top, and it probably will be at the top, the converting job is still running.
Also, on my zoneminder server, all zoneminder web pages stop working. Everything else keeps on ticking, like recording and stuff like that, but the console and live view times out. But when the console window start working again, I know that the converting job is done. Maybe its only my server, but be careful before starting to convert every recorded event in the database. You may not get control back for quite some time.