Using the AIC 250 as an IP camera with "video.cgi" and getting fluctuating fps of 8-10. When enabling the video setting for the browser with ZM_CAN_STREAM in the event viewer, see a black screen. Then switching to stills by setting ZM_CAN_STREAM to no, and see the thumbnail images.
ZM_MPEG_LIVE_FORMAT mpeg
ZM_MPEG_REPLAY_FORMAT mpeg
ZM_OPT_MPEG ffmpeg
When viewing an event, and selecting the "video" link, a window pops up for video generation. Trying all video format options produces errors for each one. This is using the settings for real frame rate and normal video size. There is an error log about permissions for ffmpeg.log that I have not resolved yet.
One question that I have is that the Windows software for the Airlink 101 stores the Airlink "events" as video files that includes audio (I think, as it has been awhile since using it with Windows). Is there a way to enable saving the video.cgi as video with audio encoded into it? The AIC-250 has the audio capability built into it. Audio is not that critical, but it would be nice to have the extra feature as an option to enable. Right now, the ZM events are being stored as jpg still images. How can I change settings or get the video generation to work?sh: ffmpeg.log: Permission denied
There are forum posts on ffmpeg, and I have read some of them and have not yet been able to get it to work for video generation. The permission error for the ffmpeg.log file is keeping me from getting any more information about why it is not working, but I do not think that it is the reason for it not working.
I also have edited the zmvideo.pl file on line 340 according to the wiki to be:ffmpeg
FFmpeg version SVN-r16438, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --shlibdir=/usr/lib --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib --enable-shared --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libfaad --enable-libfaac --enable-libxvid --enable-swscale --enable-postproc --enable-gpl --enable-vhook --enable-x11grab --enable-libschroedinger --enable-libdirac --enable-libgsm --enable-libx264 --enable-libamr-nb --enable-libamr-wb --enable-libdc1394 --enable-nonfree --enable-pthreads
libavutil 49.12. 0 / 49.12. 0
libavcodec 52.10. 0 / 52.10. 0
libavformat 52.23. 1 / 52.23. 1
libavdevice 52. 1. 0 / 52. 1. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Jan 5 2009 19:47:47, gcc: 4.3.2 [gcc-4_3-branch revision 141291]
At least one output file must be specified
my $command = ZM_PATH_FFMPEG." -y -r $frame_rate ".ZM_FFMPEG_INPUT_OPTIONS." -i %0".ZM_EVENT_IMAGE_DIGITS."d-capture.jpg -s $video_size ".ZM_FFMPEG_OUTPUT_OPTIONS." '$video_file' > ffmpeg.log";