Results 1 to 4 of 4
-
9th Nov 2009, 12:34 PM #1OPToo busy :|Website's:
L337Fx.com BeastieBay.netHOWTO Install SHOUTcast on a VPS
First, who don't know what a SHOUTcast is ?
- SHOUTcast Radio 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 (Office LANs, college campuses, etc.).
- SHOUTcast Radio's underlying technology for audio delivery is MPEG Layer 3, also known as MP3 technology and AAC+. The SHOUTcast Radio system can deliver audio in a live situation, or can deliver audio on-demand for archived broadcasts.
Running a Server
- The magic of the SHOUTcast Radio system happens inside the SHOUTcast Radio Distributed Network Audio Software (DNAS). This software runs on a server attached to your IP network with lots of bandwidth, and is responsible for receiving audio from a broadcast source, updating the SHOUTcast Radio directory with information about what the broadcaster is sending, and sending the broadcast feed to listeners. More information is in the server section of the documentation.
Ok so this is enough with the SHOUTcast introduction.
Now lets start installing !
======================
Installing SHOUTcast
Generally you don't 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.
Then run the following commands
Code:adduser shoutcast passwd shoutcast
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:wget http://yp.shoutcast.com/downloads/sc1-9-8/sc_serv_1.9.8_Linux.tar.gz
Now, we extract the install file
Code:tar -zxvf sc_serv_1.9.8_Linux.tar.gz
Code:rm -rf sc_serv_1.9.8_Linux.tar.gz mv sc_serv_1.9.8_Linux.tar.gz cd shoutcast
You must be proud that you have installed SHOUTcast without help of anyone else (except BlaZe [me])
===================
That's not finished yet. We do need to Configure the SHOUTcast System
Run :
Code:pico sc_serv.conf
or you can use vi (its a bit more advanced)
Code:vi sc_serv.conf
Code:MaxUser Password PortBase
uncomment AdminPassword and set an admin password.
===============
Now, you can change the settings as per your choice and start SHOUTcast.
Just incase if anything goes wrong, so, you should save the config file.
===============
Start SHOUTcast
Code:./sc_serv sc_serv.conf
Credits : Tutorial written by BlaZe
You are free to spread this tutorial only if you keep the 'Credits' unchanged.
Please, while doing Ctrl+C & Ctrl+V, keep my Credits, just to show respect my work ?BlaZe Reviewed by BlaZe on . HOWTO Install SHOUTcast on a VPS First, who don't know what a SHOUTcast is ? SHOUTcast Radio 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 (Office LANs, college campuses, etc.). SHOUTcast Radio's underlying technology for audio delivery is MPEG Layer 3, also known as MP3 technology and AAC+. The SHOUTcast Radio system can deliver audio in a live situation, or can deliver audio on-demand Rating: 5
-
28th Oct 2010, 04:39 AM #2Member
how can i listen to a radio station through FM?
-
28th Oct 2010, 04:44 AM #3Member
lets says i want to install this on a vps of 512mb in a 100mbport how many user can handle my config?
thanks
-
30th Oct 2010, 10:04 AM #4
I'd say put a max of 200 ^^. In the past the same spec has handle 80+ with ease for me.
Oh and it depends on the quality you use. 128kbps should be the maximum for Audio Streaming. I'd say 400kbps for NSV.
Thanks,
Pea.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Howto: Install PHP on Windows 2003 Web Edition
By Albert.Nawaro in forum Server ManagementReplies: 0Last Post: 14th Feb 2012, 07:48 AM -
HowTo : Install Squid on Linux
By BlaZe in forum Technical and Security TutorialsReplies: 1Last Post: 25th Apr 2010, 09:26 AM -
HOWTO Install RootKit Hunter on Linux
By BlaZe in forum Technical and Security TutorialsReplies: 2Last Post: 12th Dec 2009, 05:40 PM -
HOWTO Install cURL in Linux
By BlaZe in forum Technical and Security TutorialsReplies: 1Last Post: 15th Nov 2009, 04:03 PM -
Howto install cPanel / WHM
By Nick in forum Technical and Security TutorialsReplies: 0Last Post: 9th Nov 2009, 09:19 AM
themaManager - edit and manage...
Version 4.04 released. Open older version (or...