Activity Stream
48,167 MEMBERS
6993 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Too busy :|
    Website's:
    L337Fx.com BeastieBay.net

    Lightbulb HOWTO Install SHOUTcast on a VPS

    First, who don't know what a SHOUTcast is ?

    • SHOUTcast Radio is a free-of-charge audio homesteading solution. It permits anyone on the internet to broadcast audio from their PC to listeners across the Internet or any other IP-based network (Office LANs, college campuses, etc.).
    • SHOUTcast Radio's underlying technology for audio delivery is MPEG Layer 3, also known as MP3 technology and AAC+. The SHOUTcast Radio system can deliver audio in a live situation, or can deliver audio on-demand for archived broadcasts.

    Running a Server


    • The magic of the SHOUTcast Radio system happens inside the SHOUTcast Radio Distributed Network Audio Software (DNAS). This software runs on a server attached to your IP network with lots of bandwidth, and is responsible for receiving audio from a broadcast source, updating the SHOUTcast Radio directory with information about what the broadcaster is sending, and sending the broadcast feed to listeners. More information is in the server section of the documentation.

    Ok so this is enough with the SHOUTcast introduction.
    Now lets start installing !
    ======================
    Installing SHOUTcast

    Generally you don't want to run shoutcast as root as that can be really bad and a security issue, instead we'll create a shoutcast user:
    Login to root through SSH.
    Then run the following commands
    Code: 
    adduser shoutcast
    passwd shoutcast
    Now it will ask for a new password set this and remember it.
    Now login as the new shoutcast user, or you can su to the user. (Or you can logout completely and log in under the shoutcast user).
    Code: 
    su shoutcast
    Now, we must wget the SHOUTcast install file from their site
    Code: 
    wget http://yp.shoutcast.com/downloads/sc1-9-8/sc_serv_1.9.8_Linux.tar.gz
    (Note : Please goto this Link and select your appropriate Install file depending on your OS eg. Linux, Mac, Solaris, etc)

    Now, we extract the install file
    Code: 
    tar -zxvf sc_serv_1.9.8_Linux.tar.gz
    Now, lets clean up the DIR to make it a little bit tidy
    Code: 
    rm -rf sc_serv_1.9.8_Linux.tar.gz
    mv sc_serv_1.9.8_Linux.tar.gz
    cd shoutcast
    Congratulations ! SHOUTcast is installed on your VPS
    You must be proud that you have installed SHOUTcast without help of anyone else (except BlaZe [me])
    ===================
    That's not finished yet. We do need to Configure the SHOUTcast System

    Run :
    Code: 
    pico sc_serv.conf 

    or you can use vi (its a bit more advanced)
    Code: 
    vi sc_serv.conf
    Now the important settings, that must be changed
    Code: 
    MaxUser
    Password
    PortBase


    uncomment AdminPassword and set an admin password.

    ===============
    Now, you can change the settings as per your choice and start SHOUTcast.
    Just incase if anything goes wrong, so, you should save the config file.
    ===============
    Start SHOUTcast
    Code: 
    ./sc_serv sc_serv.conf
    ===============

    Credits : Tutorial written by BlaZe

    You are free to spread this tutorial only if you keep the 'Credits' unchanged.
    Please, while doing Ctrl+C & Ctrl+V, keep my Credits, just to show respect my work ?
    BlaZe Reviewed by BlaZe on . HOWTO Install SHOUTcast on a VPS First, who don't know what a SHOUTcast is ? SHOUTcast Radio is a free-of-charge audio homesteading solution. It permits anyone on the internet to broadcast audio from their PC to listeners across the Internet or any other IP-based network (Office LANs, college campuses, etc.). SHOUTcast Radio's underlying technology for audio delivery is MPEG Layer 3, also known as MP3 technology and AAC+. The SHOUTcast Radio system can deliver audio in a live situation, or can deliver audio on-demand Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    how can i listen to a radio station through FM?

  4.     
    #3
    Member
    lets says i want to install this on a vps of 512mb in a 100mbport how many user can handle my config?

    thanks

  5.     
    #4
    I'd say put a max of 200 ^^. In the past the same spec has handle 80+ with ease for me.

    Oh and it depends on the quality you use. 128kbps should be the maximum for Audio Streaming. I'd say 400kbps for NSV.

    Thanks,

    Pea.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Howto: Install PHP on Windows 2003 Web Edition
    By Albert.Nawaro in forum Server Management
    Replies: 0
    Last Post: 14th Feb 2012, 07:48 AM
  2. HowTo : Install Squid on Linux
    By BlaZe in forum Technical and Security Tutorials
    Replies: 1
    Last Post: 25th Apr 2010, 09:26 AM
  3. HOWTO Install RootKit Hunter on Linux
    By BlaZe in forum Technical and Security Tutorials
    Replies: 2
    Last Post: 12th Dec 2009, 05:40 PM
  4. HOWTO Install cURL in Linux
    By BlaZe in forum Technical and Security Tutorials
    Replies: 1
    Last Post: 15th Nov 2009, 04:03 PM
  5. Howto install cPanel / WHM
    By Nick in forum Technical and Security Tutorials
    Replies: 0
    Last Post: 9th Nov 2009, 09:19 AM

Tags for this Thread

BE SOCIAL