• No related posts.

      • No related posts.

        • No related posts.

          • No related posts.

              No related posts.

            Install FFmpeg and FFmpeg-php on Centos 5 and Plesk

            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 install

            Edit /etc/php.ini and add :

            extension=ffmpeg.so

            and then:

            service httpd restart

            Related posts:

            1. Install Squid 3.1 on Centos 5.X
            2. Install Dante socks proxy
            3. Install JWEB on Juniper
            4. Bandwidth Monitoring with Webmin
            5. Download RPMs with yum
            This entry was posted in Uncategorized and tagged , , , .

            3 Responses to “Install FFmpeg and FFmpeg-php on Centos 5 and Plesk”

            1. tech blog Says:

              thanks alot it works like a charm i am streaming good quality stuff now :)

            2. Brett Says:

              Need to update your instructions.
              There is no PHPIZE file after extracting FFMPEG-PHP-0.6.0.

            3. Giany Says:

              PHPIZE comes with php-devel. You need to run : yum install php-devel

            Leave a Reply