zoneminder AXIS mpeg4 ffmpeg-libraries

Mogens Kjaer mk at crc.dk
Tue Apr 20 11:18:04 UTC 2010


On 04/20/2010 11:04 AM, Nikolay Yatsyshyn wrote:
...
> zmc_m3[8961]: FAT [You must have ffmpeg libraries installed to use
> remote camera protocol 'rtsp' for monitor 3].
> zoneminder was installed from fedora repos and ffmpeg with ffmpeg-libs
> was installed from rpmfusion repos.

Reading the source code:

#if HAVE_LIBAVFORMAT
                 camera = new RemoteCameraRtsp(
...
                 );
#else // HAVE_LIBAVFORMAT
                 Fatal( "You must have ffmpeg libraries installed to use 
remote camera protocol '%s' for monitor %d", protocol.c_str(), id );
#endif // HAVE_LIBAVFORMAT

The ffmpeg libraries (ffmpeg-devel) must be available
when zoneminder is compiled.

Mogens
-- 
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Mobile: +45 22 12 53 25
Email: mk at crc.dk Homepage: http://www.crc.dk


More information about the users mailing list