Run :
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
yum -y install ffmpeg ffmpeg-devel mplayer mencoder flvtool2
cd /usr/src
Download http://garr.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.6.0.tbz2
tar jxvf ffmpeg-php-0.6.0.tbz2
cd ffmpeg-php-0.6.0
phpize
./configure
make
make installEdit /etc/php.ini and add :
extension=ffmpeg.so
and then:
service httpd restart
Related posts:



August 29th, 2010 at 2:47 am
thanks alot it works like a charm i am streaming good quality stuff now
August 31st, 2011 at 1:06 am
Need to update your instructions.
There is no PHPIZE file after extracting FFMPEG-PHP-0.6.0.
August 31st, 2011 at 11:08 am
PHPIZE comes with php-devel. You need to run : yum install php-devel