View Single Post
Old 02-18-2006, 01:28 AM   #1 (permalink)
RackFirm
HWHT Starter
Join Date: Feb 2006
Location: www.rackfirm.com
Posts: 6
RackFirm is on a distinguished road
Question Installing SHOUTcast® server

SHOUTcast is Nullsoft's Winamp based distributed streaming audio system. This software is free.


Installing

Step 1: Lets download the SHOUTcast server..
First open your SSH client to your server and type this command.

Step 2: Extracting

Once you have downloaded Shoutcast onto your server type the following command in your SSH client.

Quote:
tar -zxvf shoutcast-1-9-2-linux-glibc6.tar.gz
Step 3: Clean Up
Before moving on lets clean up your home directory.

Type the following commands in your SSH client..

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

Step 1: Modifying the configuration file

Your going to want to modify the configuration file to your needs.

It is recommended that you change the following..
MaxUser
Password
PortBase
AdminPassword (remember to uncomment)

Type the following in your SSH client..

Quote:
cd shoutcast

pico sc_serv.conf
or (different on some types of servers.)
nano sc_serv.conf
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.

After your done modifying the configuration file save it.
Press crtl+x to save.


Starting Shoutcast
After you have finished all the above steps go into the shoutcast directory and type this command in your SSH client..

Quote:
./sc_serv sc_serv.conf
Now it should start up and you can start listening!

Enjoy.

Stopping Shoutcast
Step 1: Finding the Process ID Number

If you have cPanel/WHM you will need to login as the ROOT user.

Go to "System Health" then click "Show Current Running Processes".
Ccrolled down until you see sc_serv.

Look at the number right before (sc_serv). That's the Process ID number running your shoutcast server.

Open your ssh client.
Log in as root user

At the prompt, type the following command..
Quote:
kill _________
Place the process ID number you just found by going into your WHM in the blank spaces.

Done, shoutcast has stopped.
__________________
| RackFirm Hosting Solutions
| Quality Dedicated Servers
===========================
http://www.rackfirm.com
RackFirm is offline  
profile.gif home.gif sendpm.gif find.gif Reply With Quote
Old Sponsored Ads   # a.
Ads
Hosting Master
Join Date: Feb 2006
Location: HWHT
Posts: 1100
Ads is on a distinguished road



This message will go away once you are registered. Also, by registering, you will have access to all post topics, communicate privately with other members (PM), respond to polls, upload graphics, and access other special features! Registration is fast, simple and absolutely free so please Click Here to join our Web Hosting community today!
AdsPromoter is online
profile.gif sendpm.gif email.gif find.gif buddy.gif Reply With Quote