Link Worth

How to install Shoutcast?

Written on July 16, 2007 – 2:59 am | by Prakash Thapa |

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. You can start your own radio station and stream music and live shows. See an example of hundreds of world-wide stations at shoutcast.com

Prepare Yourself
Is is very necessary to have a root level SSH access for the installation of Shoutcast. Root level access is only provided if you have own dedicated server or VPS. If you don’t have root level access then probable you need help from your host. So I am assuming that you have own Dedicated Server or vps with root level SSH or shell access.

How do we install shoutcast?
Generally you dont 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 on the server and isuue the following command:
[code]
adduser shoutcast
passwd shoutcast
[/code]

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
[/code]

Installing shoutcast
Lets grab shoutcast from nullsoft:
[code]
wget http://www.shoutcast.com/downloads/sc1-9-2/shoutcast-1-9-2-linux-glibc6.tar.gz
[/code]

Lets extract shoutcast:
[code]
tar -zxvf shoutcast-1-9-2-linux-glibc6.tar.gz
[/code]

Lets tidy up the directory:
[code]
rm -rf shoutcast-1-9-2-linux-glibc6.tar.gz
mv shoutcast-1-9-2-linux-glibc6 shoutcast
cd shoutcast
[/code]

Shoutcast has now been installed!

How to configure shoutcast?
Now we need to edit the configuration file.
[code]
pico sc_serv.conf
[/code]
or you can use vi which I prefer, a bit more advanced to use.
[code]
vi sc_serv.conf
[/code]

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 (if using pico) or :wq if using vi

How do i start shoutcast?
[code]
./sc_serv sc_serv.conf
[/code]

Related Posts

Put your related posts code here

Post a Comment

About Me

I am Prakash Thapa a Freelancer Web Programmer and this is my personal blog. Since from the beginiing of my journey in this Web World I have learned so many things by self-study. And have completed so many web-projects. Currently I am running my own web-house "ITWeb Developer" at Kathmandu, Nepal... More

Want to subscribe?

 Subscribe in a reader Or, subscribe via email:
Enter your email address:  

Our Sponsors


Translate This Blog

English flagItalian flagGerman flagSpanish flagFrench flagPortuguese flagJapanese flagKorean flagChinese flagArabic flagRussian flag
Find entries :