How to Install Shoutcast Radio Server on Centos Vps

Creating a streaming radio is not a difficult thing especially now that provides for free.

Well this time I will share with you to make use of software shoutcast streaming radio along with VPS with Centos as operating system. Ok actually easy to install centos but because of the commands used in the form of text must be very strange to those accustomed to using windows but because you are now ready to use your VPS means a Linux Command that you must meet.

1. Login to your VPS with

Putty software 

2. Create a new folder such as shoutcast

mkdir shoutcast

3. Go to the folder

cd shoutcast

4. Downloads shoutcast software

wget http://yp.shoutcast.com/downloads/sc1-9-8/sc_serv_1.9.8_Linux.tar.gz

5. Extract the file

tar-zxvf sc_serv_1.9.8_Linux.tar.gz

6. Delete the file

rm sc_serv_1.9.8_Linux.tar.gz

7. Open the file sc_serv.conf

vi sc_serv.conf

8. Type i on your keyboard then enter and change

maxuser = 32

portbase = 8000

password = password

adminpassword = password

If it done save it with the command

:X

but before you press the (Esc) key on the keyboard

9. Now Run the software

sc_serv

10. Open status streaming by visiting yourvpsipaddress:8000

source : http://masndol.com/

comments powered by Disqus
Loading