Page 1 of 1

Still no RSTP due to missing ffmpeg libraries

Posted: Wed Jan 09, 2013 10:27 am
by marcnl
I like to use rstp for some ip cam's but the log shows:

zmc_m2[29001]: FAT [You must have ffmpeg libraries installed to use remote camera protocol 'rtsp' for monitor 2]

I rebuild zoneminder and rebuild ffmpeg/x264 and added

--with-ffmpeg \
--with-extralibs="`pkg-config --libs libavcodec libavdevice libavfilter libavformat libavutil libpostproc libswscale`" \
CPPFLAGS=-D__STDC_CONSTANT_MACROS \

to the configure lines in zoneminder.spec and it complies fine running rpmbuild --clean -ba zoneminder.spec

part of the output:

checking libavutil/avutil.h usability... yes
checking libavutil/avutil.h presence... yes
checking for libavutil/avutil.h... yes
checking libavcodec/avcodec.h usability... yes
checking libavcodec/avcodec.h presence... yes
checking for libavcodec/avcodec.h... yes
checking libavformat/avformat.h usability... yes
checking libavformat/avformat.h presence... yes
checking for libavformat/avformat.h... yes
checking libswscale/swscale.h usability... yes
checking libswscale/swscale.h presence... yes
checking for libswscale/swscale.h... yes



Running: Fedora 17 x86_64
Using zoneminder-1.25 source RPM patchlevel 10 for Fedora 19 and
ffmpeg-devel-0.10.6-1.fc17.x86_64, ffmpeg-0.10.6-1.fc17.x86_64 and ffmpeg-libs-0.10.6-1.fc17.x86_64 rebuild them against x264 libraries

Any suggestions?

Re: Still no RSTP due to missing ffmpeg libraries

Posted: Wed Mar 13, 2013 6:48 pm
by asimov
Hi Marcnl,,

I am having the same trouble using Ubuntu 12.04 64 server.
Spending a week on reading in the forum and googling,,,, ( got squary eyes :-) ) regarding a message in ZM log "You must have ffmpeg libraries installed to use ffmpeg cameras"

I did compile ZM from SVN several times following hints which I did find in the forum,,, at the end,,, no luck.

Looking at all the entries regarding this specific problem , I seems to me that I am not the only one.

Did you find a solution to your problem ?

Cheers

:shock: