Multimedia
  Home arrow Multimedia arrow Page 3 - Network Radio With Icecast
Dev Shed Forums 
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Sun Developer Network 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Moblin 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
MULTIMEDIA

Network Radio With Icecast
By: Melonfire
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 34
    2004-04-13

    Table of Contents:
  • Network Radio With Icecast
  • The Iceman Cometh
  • Source Control
  • Service with a Smile
  • Surfing the Stream
  • Facing the Music
  • Channeling the Energy
  • Web World

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Network Radio With Icecast - Source Control


    (Page 3 of 8 )

    The first order of business to install the Icecast system on the Linux box you plan to use as the server. There are two separate applications you need to download and install here: the server software, called icecast, and the source client for audio files, called iceS. I'll start with the server -- drop by the official icecast Web site at http://www.icecast.org/ and get the latest stable release of the server software (this tutorial uses icecast 2.0-beta).

    Note that you will need a C compiler and a running Web server in order to use the software (this tutorial uses GCC 3.2 and Apache 1.3.26).
     
    Once you've downloaded the source code archive to your Linux server, log in as "root"

    $ su -
    Password: ****

    and extract the source to a temporary directory.

    $ cd /tmp
    $ tar -xzvf /home/me/icecast-2.0-beta-1.tar.gz

    The next step is to configure the package using the provided configure script. Since I'd like to install the server to /usr/local/icecast/, I'll specify that location as an argument to configure.

    $ cd /tmp/icecast-2.0-beta-1
    $ ./configure --prefix=/usr/local/icecast

    Icecast should now have been installed to the directory /usr/local/icecast/.

    Next, download and install the iceS binary -- you can get it from the same Web site. You should also download a copy of libshout, which is required by iceS. Here, I've used iceS 0.3 and libshout 2.0.

    Once you've downloaded the source code archive to your Linux server, extract the sources to a temporary directory.

    $ cd /tmp
    $ tar -xzvf /home/me/libshout-2.0.tar.gz
    $ tar -xzvf /home/me/ices-0.3.tar.gz

    Next, configure compile and install libshout,

    $ cd /tmp/libshout-2.0
    $ ./configure
    $ make
    $ make install

    followed by iceS.

    $ cd /tmp/ices-0.3
    $ ./configure --prefix=/usr/local/icecast
    $ make
    $ make install

    iceS should now have been installed to /usr/local/icecast/ -- I've installed it to the same location as the icecast server binary for convenience.

    Once you've got the server and source client  installed, the next step is to configure them. I'll start with the server, next.

    More Multimedia Articles
    More By Vikram Vaswani, (c) Melonfire


     

       

    MULTIMEDIA ARTICLES

    - Working with Colors in OpenGL for Game Progr...
    - Animation in OpenGL for Game Programming usi...
    - Game Programming with SDL: Getting Started w...
    - Using OpenGL with SDL for Game Programming
    - Learning Sound for Game Programming using SDL
    - Game Programming using SDL: Raw Graphics and...
    - Game Programming using SDL: Getting Started
    - Network Radio With Icecast
    - Learning To SMILe





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
    Stay green...Green IT