Install shoutcast server on CentOS server

Shoutcast 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.

Installing procedure.

First we need to 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.

Lets take shoutcast from nullsoft:

wget http://www.shoutcast.com/downloads/s…-glibc6.tar.gz

extract shoutcast:

tar -zxvf shoutcast-1-9-2-linux-glibc6.tar.gz

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.

pico sc_serv.conf
or
nano sc_serv.conf

MaxUser
Password
PortBase

uncomment AdminPassword and set an admin password.

Now at this point you can go through 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

Start the server.

./sc_serv sc_serv.conf

  • 0 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Související články

OpenVZ basic commands

Following are some important commands which are normally used while working on a Hardware...

Howto List existing VPS

SSH to the master server and run the following command:/usr/sbin/vzlist -aThe -a switch tells the...

How to integrate XCache into PHP5 on a Fedora 8 or CentOS 5.1 system (with Apache2)

From the XCache project page: “XCache is a fast, stable PHP opcode cacher that has been...

Setup VNC server on VPS

We will discuss  setting up your VPS as a VNC server and using a client from your Windows...

PureFTPd Installation and Setup

IntroductionThe following HOWTO is aimed at installing and setting up a FTP server, based on...