How to install shoutcast server

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • siosios
    g0d!
    Kung Fu Master
    • Oct 2006
    • 13626

    #1

    How to install shoutcast server

    What is shoutcast?

    SHOUTcast is Nullsoft's Free Winamp-based distributed streaming audio system. Thousands of broadcasters around the world are waiting for you to tune in and listen.

    How do we install shoutcast?

    Generally you dont want to run shoutcast as root as that can be really bad. so we create a shoutcast user:

    1.) Login to root
    2.) adduser shoutcast
    3.) passwd shoutcast

    Now it will ask for a new password set this and remember it.

    Now login as the new shoutcast user.


    Installing shoutcast:

    Lets grab shoutcast from nullsoft:


    Quote:
    Code:
    wget [URL]http://www.shoutcast.com/downloads/s...-glibc6.tar.gz[/URL]
    Lets extract shoutcast:


    Quote:
    Code:
    tar -zxvf shoutcast-1-9-2-linux-glibc6.tar.gz
    Lets tidy up the directory:


    Quote:
    Code:
    rm -rf shoutcast-1-9-2-linux-glibc6.tar.gz
    mv shoutcast-1-9-2-linux-glibc6 shoutcast
    cd shoutcast


    How to configure shoutcast?

    your going to want to edit the shoutcast configuration.


    Quote:
    Code:
    pico sc_serv.conf 
    or
    nano sc_serv.conf
    depending on what you have.

    Ok lets set some important configureation options. Change these settings in the file:

    MaxUser
    Password
    PortBase

    uncomment AdminPassword and set an admin password.

    Now at this point you can go threw the settings and change them to what you want or you can save and start shoutcast and it will work perfectly.

    to save crtl+x

    How do i start shoutcast?

    ./sc_serv sc_serv.conf


    Enjoy
    ------------------------------------------------

    |W0rd|SexualTurtletara420ת/ύ: Hey there daddy..

    ------------------------------------------------
    \\\ ///
    ( @ @ )
    .....o00o.(_).o00o.....


    ------------------------------------------
Working...