I found a repository that allowed me to successfully install ffmpeg and ffmpeg-devel so i could install zm with this support.
first i installed this repo:
Code: Select all
rpm -ivh http://rpm.livna.org/livna-release4.rpm
Code: Select all
yum install ffmpeg ffmpeg-devel
Code: Select all
./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr/include/ffmpeg
it might be premature because all i know is that everything compiled and installed ok. i need to get my camera setup to see if everything is all gravy still.
hope that helps someone quicker than it took me to find