<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="http://www.booservers.com/styles/rss.css" type="text/css"?>
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://my.netscape.com/rdf/simple/0.9/"
>

 <channel>
  <title>Booservers - All about dedicated servers</title>
  <link>http://www.booservers.com</link>
  <description></description>
 </channel>
    <item>
   <title>HOWTO: FFmpeg + FFmpeg-PHP + Mplayer + Mencoder + flv2tool + LAME MP3 Encoder + Libog</title>
   <description>&lt;font color=&quot;#ff0000&quot;&gt;A few people have asked for this to be done so heres a howto for installing:&lt;br /&gt;&lt;br /&gt;FFmpeg&lt;br /&gt;FFmpeg-PHP&lt;br /&gt;Mplayer + Mencoder (mencoder is now built into the mplayer svn release )&lt;br /&gt;flv2tool ****REQUIRES RUBY ON RAILS****&lt;br /&gt;LAME MP3 Encoder&lt;br /&gt;Libogg&lt;br /&gt;Libvorbis&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;b&gt;&lt;span style=&quot;#ff0000&quot;&gt;+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;br /&gt;++&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align=&quot;center&quot;&gt;&lt;span style=&quot;#0000ff&quot;&gt;**** UPDATED 10 FEBRUARY 2008 **** &lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7209259988091090&quot;;
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = &quot;300x250_as&quot;;
google_ad_type = &quot;text_image&quot;;
google_ad_channel =&quot;3498328464&quot;;
google_color_border = &quot;FFFFFF&quot;;
google_color_bg = &quot;FFFFFF&quot;;
google_color_link = &quot;006633&quot;;
google_color_url = &quot;000000&quot;;
google_color_text = &quot;0033CC&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
  src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/center&gt;&lt;br&gt;&lt;div class=&quot;codetop&quot;&gt;CODE&lt;/div&gt;&lt;div class=&quot;codemain&quot;&gt;cd /usr/local/src&lt;br /&gt;#GET CRAP:&lt;br /&gt;wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2  # ( UPDATED 20070308 )&lt;br /&gt;wget http://rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz&lt;br /&gt;wget http://easynews.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz&lt;br /&gt;wget http://superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.0.tbz2&lt;br /&gt;wget http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz&lt;br /&gt;wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz&lt;br /&gt;#EXTRACT THE CRAP:&lt;br /&gt;tar zxvf flvtool2_1.0.5_rc6.tgz&lt;br /&gt;tar zxvf lame-3.97.tar.gz&lt;br /&gt;tar zxvf libogg-1.1.3.tar.gz&lt;br /&gt;tar zxvf libvorbis-1.1.2.tar.gz&lt;br /&gt;tar zxvf flvtool2_1.0.5_rc6.tgz&lt;br /&gt;tar jxvf essential-20061022.tar.bz2   # ( UPDATED 20070308 )&lt;br /&gt;tar jxvf ffmpeg-php-0.5.0.tbz2&lt;br /&gt;#WE NEED A DIR MADE:&lt;br /&gt;mkdir /usr/local/lib/codecs/&lt;br /&gt;#JUST IN CASE:&lt;br /&gt;up2date -i gcc gmake make libcpp libgcc libstdc++ gcc4 gcc4-c++ gcc4-gfortran&lt;br /&gt;yum install gcc gmake make libcpp libgcc libstdc++ gcc4 gcc4-c++ gcc4-gfortran&lt;br /&gt;#WE NEED TO INSTALL SVN + ROR:&lt;br /&gt;up2date -i subversion&lt;br /&gt;up2date -i ruby&lt;br /&gt;up2date -i ncurses-devel&lt;br /&gt;svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg&lt;br /&gt;svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer&lt;br /&gt;cd /usr/local/src/mplayer&lt;br /&gt;svn update&lt;br /&gt;cd /usr/local/src&lt;br /&gt;#COPY CODECS FOR MPLAYER:&lt;br /&gt;mv /usr/local/src/essential-20061022/* /usr/local/lib/codecs/&lt;br /&gt;chmod -R 755 /usr/local/lib/codecs/&lt;br /&gt;#SECURE TMP IS A PAIN AT TIMES Wink&lt;br /&gt;mkdir /usr/local/src/tmp&lt;br /&gt;chmod 777 /usr/local/src/tmp&lt;br /&gt;export TMPDIR=/usr/local/src/tmp&lt;br /&gt;#LAME:&lt;br /&gt;cd /usr/local/src/lame-3.97&lt;br /&gt;./configure&lt;br /&gt;make &amp;amp;&amp;amp; make install&lt;br /&gt;cd /usr/local/src/&lt;br /&gt;#LIBOGG:&lt;br /&gt;cd /usr/local/src/libogg-1.1.3&lt;br /&gt;./configure &amp;amp;&amp;amp; make &amp;amp;&amp;amp; make install&lt;br /&gt;cd /usr/local/src/&lt;br /&gt;#LIBVORBIS:&lt;br /&gt;cd /usr/local/src/libvorbis-1.1.2&lt;br /&gt;./configure &amp;amp;&amp;amp; make &amp;amp;&amp;amp; make install&lt;br /&gt;cd /usr/local/src/&lt;br /&gt;#FLVTOOL2:&lt;br /&gt;cd /usr/local/src/flvtool2_1.0.5_rc6/&lt;br /&gt;ruby setup.rb config&lt;br /&gt;ruby setup.rb setup&lt;br /&gt;ruby setup.rb install&lt;br /&gt;cd /usr/local/src/&lt;br /&gt;cd /usr/local/src/mplayer&lt;br /&gt;./configure &amp;amp;&amp;amp; make &amp;amp;&amp;amp; make install&lt;br /&gt;cd /usr/local/src/&lt;br /&gt;#FFMPEG:&lt;br /&gt;cd /usr/local/src/ffmpeg/&lt;br /&gt;#./configure --enable-libmp3lame --enable-libogg --enable-libvorbis --disable-mmx --enable-shared&lt;br /&gt;### configure options changed ###&lt;br /&gt;./configure --enable-libmp3lame  --disable-mmx --enable-shared&lt;br /&gt;######### IGNORE THIS ECHO LINE  The dev&#039;s fixed the issue in svn. Im only leaveing it here in case it comes up again ###############&lt;br /&gt;#####echo &#039;#define HAVE_LRINTF 1 &#039;&amp;gt;&amp;gt;config.h&lt;br /&gt;################################################################################&lt;br /&gt;#############################&lt;br /&gt;make&lt;br /&gt;make install&lt;br /&gt;ln -s /usr/local/lib/libavformat.so.50 /usr/lib/libavformat.so.50&lt;br /&gt;ln -s /usr/local/lib/libavcodec.so.51 /usr/lib/libavcodec.so.51&lt;br /&gt;ln -s /usr/local/lib/libavutil.so.49 /usr/lib/libavutil.so.49&lt;br /&gt;ln -s /usr/local/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0&lt;br /&gt;ln -s /usr/local/lib/libavformat.so.51 /usr/lib/libavformat.so.51&lt;br /&gt;ln -s /usr/local/lib/libavformat.so.52 /usr/lib/libavformat.so.52  &lt;br /&gt;ln -s /usr/local/lib/libavdevice.so.52 /usr/lib/libavdevice.so.52   &lt;br /&gt;cd /usr/local/src/&lt;br /&gt;#FFMPEG-PHP:&lt;br /&gt;cd /usr/local/src/ffmpeg-php-0.5.0/&lt;br /&gt;yum -y install autoconf&lt;br /&gt;up2date -i autoconf&lt;br /&gt;phpize&lt;br /&gt;./configure&lt;br /&gt;make&lt;br /&gt;make install&lt;br /&gt;&lt;br /&gt;#NOTICE: Make sure this is the correct php.ini for the box!!&lt;br /&gt;&lt;br /&gt;echo &#039;extension=/usr/local/lib/php/extensions/no-debug-non-zts-20020429/ffmpeg.so&#039; &amp;gt;&amp;gt; /usr/local/Zend/etc/php.ini&lt;br /&gt;&lt;br /&gt;#NOTICE: Make sure this is the correct php.ini for the box!!&lt;br /&gt;&lt;br /&gt;service httpd restart&lt;br /&gt;cd /usr/local/src&lt;/div&gt;&lt;div class=&quot;codemain&quot;&gt;&lt;/div&gt;&lt;div class=&quot;codemain&quot;&gt;Source: &lt;a href=&quot;http://forums.theplanet.com/index.php?showtopic=64541&quot;&gt;http://forums.theplanet.com/index.php?showtopic=64541&lt;/a&gt;&lt;/div&gt;</description>
   <link>http://www.booservers.com/archivo/47_howto_ffmpeg__ffmpeg-php__mplayer__mencoder__flv2tool__lame_mp3_encoder__libog.html</link>
      <pubDate>Thu, 04 Sep 2008 14:50:24 +0000</pubDate>   
  </item>
    <item>
   <title>Automatically Install Shoutcast &amp; Shoutcast Monitor </title>
   <description>&lt;p&gt;Legal Stuff&lt;br /&gt;Everything Below (Excluding Shoutcast Itself) Has Been Custom Built By aexiHOSTING, Although we offer support for this product we cannot be held responsible for the affect it will have on your system&lt;/p&gt;&lt;p&gt;What is Shoutcast?&lt;br /&gt;SHOUTcast is Nullsoft&#039;s Free Winamp-based distributed streaming audio system. Thousands of broadcasters around the world are waiting for you to tune in and listen. Take a peek through the SHOUTcast directory (immediately listed below) to start browsing the most popular stations. Be sure to select your connection speed and then what kind of music you&#039;re looking for over on the right hand side for optimal listening pleasure. All you need is a player (we recommend Winamp) and you&#039;re set to go! &lt;/p&gt;&lt;p&gt;What is the Shoutcast Monitor?&lt;br /&gt;The shoutcast monitor is a custom built script by the team @ aexiHOSTING that enables the most novice user to be able to start, stop and view the status of a shoutcast installation on their server. &lt;/p&gt;&lt;br/&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7209259988091090&quot;;
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = &quot;300x250_as&quot;;
google_ad_type = &quot;text_image&quot;;
google_ad_channel =&quot;3498328464&quot;;
google_color_border = &quot;FFFFFF&quot;;
google_color_bg = &quot;FFFFFF&quot;;
google_color_link = &quot;006633&quot;;
google_color_url = &quot;000000&quot;;
google_color_text = &quot;0033CC&quot;;
//--&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
  src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;/center&gt;&lt;br&gt;&lt;p&gt;How does this script work?&lt;br /&gt;This script is only built to download and install shoutcast &amp;amp; Shoutcast Monitor into the /home/shoutcast directory. &lt;br /&gt;If you already have shoutcast installed and want to use the shoutcast monitor only, download the file from &lt;a href=&quot;http://www.aexihosting.com/shoutcast/shoutcast&quot;&gt;http://www.aexihosting.com/shoutcast/shoutcast&lt;/a&gt; and move it into your /usr/sbin directory. Make sure you edit the file and enter the correct directory information. For help with that, please reply to this post&lt;/p&gt;&lt;p&gt;How do I get installing?&lt;br /&gt;The installation is extremely easy, by following these steps below you can have a fully functional shoutcast installation running on your system.&lt;/p&gt;&lt;p&gt;#Download the file from our server&lt;br /&gt;wget &lt;a href=&quot;http://www.aexihosting.com/shoutcast/shoutcast_installer&quot;&gt;http://www.aexihosting.com/shoutcast/shoutcast_installer&lt;/a&gt;&lt;/p&gt;&lt;p&gt;#Chmod the file&lt;br /&gt;chmod 755 shoutcast_installer&lt;/p&gt;&lt;p&gt;#Run the installation file, and follow the on screen instructions&lt;br /&gt;./shoutcast_installer&lt;/p&gt;&lt;p&gt;How do I use the Shoutcast Monitor?&lt;br /&gt;The shoutcast monitor has been built so that it is extremely easy to use, all you need to do is login to your server under your root account and type &amp;quot;shoutcast&amp;quot; without the &amp;quot;&#039;s. &lt;/p&gt;</description>
   <link>http://www.booservers.com/archivo/26_automatically_install_shoutcast__shoutcast_monitor_.html</link>
      <pubDate>Thu, 15 Dec 2005 21:11:34 +0000</pubDate>   
  </item>
  </rdf:RDF>
