ffmpeg support - ZM compiled from source (SOLVED)
Posted: Sat Mar 22, 2014 10:10 am
I have another open thread about a Tenvis IP camera & acquiring images via http; in the mean time I thought I'd move back to an ffmpeg install issue I had, and my own investigation seems to be going nowhere...
I've installed Zoneminder 1.26.5 from source on Centos 6.5. I've downloaded ffmpeg from git (per the Wiki instructions), and the new cmake options are a bit confusing to me.
I've recompiled Zoneminder using the following command:
cmake -C zm_conf.cmake -DZM_SSL_LIB=openssl .
make
make install
When I try to use ffmpeg as the source type I get "You must have ffmpeg libraries installed to use ffmpeg cameras for monitor 2" messages in the log.
Options/Images has the following enabled:
opt_ffmpeg (enabled)
path_ffmpeg /usr/local/bin/ffmpeg
I'm thinking its a configure/make issue where I have not compiled against the correct library set. Can anyone shed light on what I should be doing on Red Hat variant Linux to get make to install against the ffmpeg libraries installed from git?
I've installed Zoneminder 1.26.5 from source on Centos 6.5. I've downloaded ffmpeg from git (per the Wiki instructions), and the new cmake options are a bit confusing to me.
I've recompiled Zoneminder using the following command:
cmake -C zm_conf.cmake -DZM_SSL_LIB=openssl .
make
make install
When I try to use ffmpeg as the source type I get "You must have ffmpeg libraries installed to use ffmpeg cameras for monitor 2" messages in the log.
Options/Images has the following enabled:
opt_ffmpeg (enabled)
path_ffmpeg /usr/local/bin/ffmpeg
I'm thinking its a configure/make issue where I have not compiled against the correct library set. Can anyone shed light on what I should be doing on Red Hat variant Linux to get make to install against the ffmpeg libraries installed from git?