Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
server-administration:install-ffmpeg [2011-06-01 21:37:21]
garrett.plasky Approved
server-administration:install-ffmpeg [2012-02-29 20:23:33]
garrett.plasky Approved
Line 9: Line 9:
   - First start out by downloading the necessary sources. These versions are subject to change so you may want to browse each repo to find the latest version (again caveat emptor!). This also installs Ruby, which is a pre-requisite for installing Flvtool; if you already have Ruby, skip the second line in this step and the first three lines in step 7:\\ <sxh shell; auto-links: false>cd /usr/local/src; \   - First start out by downloading the necessary sources. These versions are subject to change so you may want to browse each repo to find the latest version (again caveat emptor!). This also installs Ruby, which is a pre-requisite for installing Flvtool; if you already have Ruby, skip the second line in this step and the first three lines in step 7:\\ <sxh shell; auto-links: false>cd /usr/local/src; \
 wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.gz; \ wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.gz; \
-wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2; \+wget http://www1.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2; \
 wget http://rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz; \ wget http://rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz; \
-wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.98.4.tar.gz</sxh>+wget http://downloads.sourceforge.net/project/lame/lame/3.98.4/lame-3.98.4.tar.gz</sxh>
   - Extract the files you just downloaded. \\ <sxh shell>tar xjvf essential-20061022.tar.bz2; \   - Extract the files you just downloaded. \\ <sxh shell>tar xjvf essential-20061022.tar.bz2; \
 tar xzvf flvtool2_1.0.5_rc6.tgz; \ tar xzvf flvtool2_1.0.5_rc6.tgz; \
Line 23: Line 23:
 tar xjvf subversion-1.5.9.tar.bz2 tar xjvf subversion-1.5.9.tar.bz2
 cd subversion-1.5.9 && ./configure --with-apr=/usr/local/apache/bin/ --with-apr-util=/usr/local/apache/bin/ --with-ssl --disable-mod-activation cd subversion-1.5.9 && ./configure --with-apr=/usr/local/apache/bin/ --with-apr-util=/usr/local/apache/bin/ --with-ssl --disable-mod-activation
-make && make install</sxh>+make && make install 
 +cd ..</sxh>
     * **NOTE:** You may need to change the APR paths to reflect your own Apache installation (e.g. /etc/httpd/bin/).     * **NOTE:** You may need to change the APR paths to reflect your own Apache installation (e.g. /etc/httpd/bin/).
-  - Get the latest FFMpeg and Mplayer via Subversion:\\ <sxh shell; auto-links: false>cd ..+  - Get the latest FFMpeg and Mplayer via Subversion:\\ <sxh shell; auto-links: false>
 svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
 svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer</sxh> svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer</sxh>