Can't Export Video
Can't Export Video
I was wondering if someone can point me in the right direction on how to figure out why I can't export video.
I'm running FC8 and I have no problems watching video on the web interface.
When I try to export as a tar there is nothing to open. When I try as zip I just get export faild?
I'm running FC8 and I have no problems watching video on the web interface.
When I try to export as a tar there is nothing to open. When I try as zip I just get export faild?
Here is an out put from Tail
If I try to export as a Zip I get this
If I try to export as a tar I get this
I think I installed from source, it was over a year ago.
Code: Select all
[root@vserver ~]# tail -f /var/log/messages /var/log/httpd/error_log
==> /var/log/messages <==
Aug 18 19:19:13 vserver zmc_dvideo[10061]: INF [108_5th_Ave: 8000 - Capturing at 30.30 fps]
Aug 18 19:19:13 vserver zma_m1[10065]: INF [108_5th_Ave: 8000 - Processing at 30.30 fps]
Aug 18 19:19:47 vserver zmc_dvideo[10061]: INF [108_5th_Ave: 9000 - Capturing at 29.41 fps]
Aug 18 19:19:47 vserver zma_m1[10065]: INF [108_5th_Ave: 9000 - Processing at 29.41 fps]
Aug 18 19:20:20 vserver zmc_dvideo[10061]: INF [108_5th_Ave: 10000 - Capturing at 30.30 fps]
Aug 18 19:20:20 vserver zma_m1[10065]: INF [108_5th_Ave: 10000 - Processing at 30.30 fps]
Aug 18 19:20:53 vserver zmc_dvideo[10061]: INF [108_5th_Ave: 11000 - Capturing at 30.30 fps]
Aug 18 19:20:53 vserver zma_m1[10065]: INF [108_5th_Ave: 11000 - Processing at 30.30 fps]
Aug 18 19:21:27 vserver zmc_dvideo[10061]: INF [108_5th_Ave: 12000 - Capturing at 29.41 fps]
Aug 18 19:21:27 vserver zma_m1[10065]: INF [108_5th_Ave: 12000 - Processing at 29.41 fps]
==> /var/log/httpd/error_log <==
[Sun Aug 17 12:23:25 2008] [error] [client 192.168.1.108] Command 'cat temp/zmFileList.txt | zip -q temp/zmExport.zip -@' returned with status 12, referer: http://192.168.1.3/zm/index.php?view=export&eid=180929
[Mon Aug 18 18:59:53 2008] [error] [client 192.168.1.108] PHP Warning: opendir(events/108_5th_Ave/181201) [<a href='function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in /var/www/html/zm/zm_export_funcs.php on line 198, referer: http://192.168.1.3/zm/index.php?view=export&eid=181201
zip error: Nothing to do! (temp/zmExport.zip)
[Mon Aug 18 18:59:53 2008] [error] [client 192.168.1.108] Command 'cat temp/zmFileList.txt | zip -q temp/zmExport.zip -@' returned with status 12, referer: http://192.168.1.3/zm/index.php?view=export&eid=181201
[Mon Aug 18 19:15:29 2008] [error] [client 192.168.1.108] PHP Warning: opendir(events/108_5th_Ave/181201) [<a href='function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in /var/www/html/zm/zm_export_funcs.php on line 198, referer: http://192.168.1.3/zm/index.php?view=export&eid=181201
[Mon Aug 18 19:15:59 2008] [error] [client 192.168.1.108] PHP Warning: opendir(events/108_5th_Ave/181201) [<a href='function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in /var/www/html/zm/zm_export_funcs.php on line 198, referer: http://192.168.1.3/zm/index.php?view=export&eid=181201
zip error: Nothing to do! (temp/zmExport.zip)
[Mon Aug 18 19:15:59 2008] [error] [client 192.168.1.108] Command 'cat temp/zmFileList.txt | zip -q temp/zmExport.zip -@' returned with status 12, referer: http://192.168.1.3/zm/index.php?view=export&eid=181201
==> /var/log/messages <==
Aug 18 19:22:00 vserver zmc_dvideo[10061]: INF [108_5th_Ave: 13000 - Capturing at 30.30 fps]
Aug 18 19:22:00 vserver zma_m1[10065]: INF [108_5th_Ave: 13000 - Processing at 30.30 fps]
Code: Select all
==> /var/log/httpd/error_log <==
[Mon Aug 18 19:24:00 2008] [error] [client 192.168.1.108] PHP Warning: opendir(events/108_5th_Ave/181201) [<a href='function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in /var/www/html/zm/zm_export_funcs.php on line 198, referer: http://192.168.1.3/zm/index.php
Re: Here is an out put from Tail
This suggests that the named symlinks for the MonitorIDs are missing.mikesjays wrote:If I try to export as a tar I get thisI think I installed from source, it was over a year ago.Code: Select all
==> /var/log/httpd/error_log <== [Mon Aug 18 19:24:00 2008] [error] [client 192.168.1.108] PHP Warning: opendir(events/108_5th_Ave/181201) [<a>function.opendir</a>]: failed to open dir: No such file or directory in /var/www/html/zm/zm_export_funcs.php on line 198, referer: http://192.168.1.3/zm/index.php
Recreate the symlinks so that the path exists and that should solve your problem.
Cool I did what you said:
Now I get the pics but there is no video, is there something else I have to do to get the video?
Code: Select all
[root@vserver ~]# cd /var/www/html/zm/events/
[root@vserver events]# ln -s 1 108_5th_Ave
http://www.zoneminder.com/wiki/index.ph ... ing_Events
View the event you want video of, click the "video" link above the event video window, the rest should be self explanatory.
View the event you want video of, click the "video" link above the event video window, the rest should be self explanatory.