+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Installing ShoutCast Server

  1. #1
    Scott's Avatar
    Scott is offline x10 Spammer Scott is an unknown quantity at this point
    Join Date
    May 2008
    Location
    United States
    Posts
    2,093

    Post Installing ShoutCast Server

    Intro:

    This tutorial will help you install a ShoutCast Server on your VPS. ShoutCast Servers are used to broadcast music across the internet, They are often used for Internet Radio Stations.

    Requirements:

    • SSH Access
    • Cent OS 5 (This may work on other distributions, but has not been tested by me.)
    • Root Access

    Step 1:

    Login SSH via your favorite client. You need to create an additional account, Running ShoutCast as root can pose a security risk. Inorder to create a new account you need to use the following commands:

    Code:
    adduser shoutcast
    passwd shoutcast
    It should ask for a password, enter any password you choose.

    Please note: You do not have to use shoutcast as the account name. If you do change it, you must change it in both commands.

    Step 2:

    After you have that account setup, You need to su into it. Use the following command to gain access to that account:

    Code:
    su shoutcast
    Please note: Remember if you did not use shoutcast as the account name you must change it here, too.

    Step 3:

    You need to download the server files to the shoutcast account's home directory. You need to navigate over to that directory if your not already there. Use the following command to download the files:

    Code:
    wget http://www.shoutcast.com/downloads/sc1-9-8/sc_serv_1.9.8_Linux.tar.gz
    Step 4:

    You need to extract the downloaded files, Use the following command to extract them:

    Code:
    tar -zxvf sc_serv_1.9.8_Linux.tar.gz

    Step 5:


    You now can remove the archive the server files we're in by using this command:

    Code:
    rm sc_serv_1.9.8_Linux.tar.gz
    Step 6:

    You now need to configure your ShoutCast Server, This step requires Nano or another text editor. We will be using Nano, Use the following command to edit the configuration file:

    Code:
    nano sc_serv.conf
    Nano now should open with the file, You need to edit the file according to your tastes, Below are some of the nessessary changes that need to be changed:

    Code:
    MaxUser=32 - Do not set this to a huge number unless your going to be having that many listeners. (It saves resources)
    
    Password=changeme - This password is required to broadcast on the air.
    
    PortBase=8000 - This is the port you can access your server on.
    
    ; AdminPassword=adminpass - You need to remove the ; from in front of it. (This is not required but is recommended.)
    You now need to save the configuration press: CTRL and X at the same time, It will ask if you want to save the changes, Choose Yes, by typing y, Then press enter.

    Step 7:

    Now, Its time to start your server. You should use the following command:

    Code:
    ./sc_serv sc_serv.conf
    Your server is now successfully started, You can close the SSH Connection. If for some reason, you kill the process or you reboot your VPS, Just complete Step 7 again. You can connect directly using the account you made for shoutcast if you want, if you restart it.

    Suggestions:

    ShoutCast Monthly Bandwidth Calculator by CasterClub Suggested by: Lewellyn
    Last edited by Scott; 08-01-2008 at 07:22 PM. Reason: Adding Suggestion...

  2. #2
    kkenny's Avatar
    kkenny is offline Lord Of The Keys kkenny is an unknown quantity at this point
    Join Date
    Feb 2008
    Location
    I REP THE BAY. (Bay Area, CA, USA)
    Posts
    1,950

    Re: Installing ShoutCast Server

    Very nice. Now i need a VPS to do this on :]
    kkenny - retired.
    -Made my first webpage at X10Hosting on 2/16/08
    -Became a Moderator/Staff Member for SD&D + Off-Topic on 4/23/08
    -Became Senior Mod on 8/28/08
    -Became Account Manager on 10/18/08
    -Left Staff and X10 on 1/10/09. Im coming back soon.

  3. #3
    michael9 is offline x10 Sophmore michael9 is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    U.S.A.
    Posts
    127

    Re: Installing ShoutCast Server

    You forgot, just before step 3, the user needs to do cd ~ to switch to "shoutcast" or whomever's directory.
    Find my post helpful? Click on the at the bottom-right corner of this post!

  4. #4
    182428 is offline x10Hosting Member 182428 is an unknown quantity at this point
    Join Date
    Nov 2008
    Posts
    11

    Re: Installing ShoutCast Server

    Thanks very helpful

  5. #5
    galaxyAbstractor's Avatar
    galaxyAbstractor is offline Community Advocate galaxyAbstractor is on a distinguished road
    Join Date
    Oct 2007
    Location
    Land of Null and Insanity
    Posts
    5,490

    Re: Installing ShoutCast Server

    Nice. *Bookmarked*. I maybe start a radiostation sometime, maybe not.

  6. #6
    compwhizii is offline Banned compwhizii is an unknown quantity at this point
    Join Date
    May 2008
    Location
    The Moon
    Posts
    779

    Re: Installing ShoutCast Server

    Good job scott!

  7. #7
    galaxyAbstractor's Avatar
    galaxyAbstractor is offline Community Advocate galaxyAbstractor is on a distinguished road
    Join Date
    Oct 2007
    Location
    Land of Null and Insanity
    Posts
    5,490

    Re: Installing ShoutCast Server

    But if I want to send copyrighted music, is there any license to get, or do I need to ask permission for everysong?

    bte, +rep

  8. #8
    balaji2u's Avatar
    balaji2u is offline x10 Lieutenant balaji2u is an unknown quantity at this point
    Join Date
    Sep 2008
    Location
    Senthamil Nadu,India
    Posts
    410

    Re: Installing ShoutCast Server

    A provocative tutorial scott. Thanks.
    Submit your Site Links Now ! >>> :cool:
    Live Aritlces Free Articles and Links Directory


  9. #9
    hcse26's Avatar
    hcse26 is offline x10Hosting Member hcse26 is an unknown quantity at this point
    Join Date
    Oct 2008
    Location
    Doha, Qatar / Muntinlupa City, Philippines
    Posts
    94

    Re: Installing ShoutCast Server

    Although installing it on a VPS is possible, it's not really recommend to use one w/ limited bw if you're broadcasting to many users and on a high bitrate.

    Quote Originally Posted by vigge_sWe View Post
    But if I want to send copyrighted music, is there any license to get, or do I need to ask permission for everysong?

    bte, +rep
    I think you need to get a radio staion-like license to broadcast music over the net. If memory serves right, such a license exists but they're worth 500 bucks above....

  10. #10
    200206695 is offline x10Hosting Member 200206695 is an unknown quantity at this point
    Join Date
    Sep 2009
    Posts
    14

    Re: Installing ShoutCast Server

    Your Country of Residence will have its own licensing body which you can buy a license off. Over in NZ the gyms we have, are being forced to buy licenses because they play music publicly, and the gyms are not very happy! So in short, buy a license or face the wrath of EMI, Universal Music or Warner Bro's Lawyers!

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. shoutcast server
    By buddy218 in forum Free Hosting
    Replies: 2
    Last Post: 06-27-2008, 03:35 AM
  2. Server Uptime and Apache HTTP
    By nwskier in forum Free Hosting
    Replies: 0
    Last Post: 06-16-2008, 04:57 AM
  3. X10hosting - Web server software ERROR
    By beisan-net in forum Scripts & 3rd Party Apps
    Replies: 1
    Last Post: 06-01-2008, 08:57 PM
  4. Internal Server Error
    By thecarver in forum Free Hosting
    Replies: 3
    Last Post: 11-22-2006, 02:04 AM
  5. Shoutcast server?
    By Myaccounbanned in forum Free Hosting
    Replies: 6
    Last Post: 09-29-2005, 04:50 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers