Site Statistics
 
Threads: 3,967
Posts: 17,332
Members: 2,969
Users Online: 27
Newest Member: noiprox


Go Back   PC101 > Computer Related Forums > Software > UNIX / Linux

UNIX / Linux Linux is the UNIX-like operating system that provides personal computer users a FREE or very low-cost operating system.


Reply
 
LinkBack Thread Tools Display Modes
Old 12-26-2006, 10:53 AM   #1
Sophomore
 
Join Date: Aug 2006
Posts: 56
Rep Power: 3 limainfinita is on a distinguished road
Question - How to run a shoutcast server?

Im planning to rent a VPS linux or a deddi but before of that need to know how to run a shoutcast server.
I know little linux commands and I used putty before to test my linux skills.
Any of you have a tutorial or a simple explanation regarding how to install and run a shoutcast server, thanks in advance.
__________________
RADIO LIMAINFINITA

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
limainfinita is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-26-2006, 11:54 AM   #2
Head Mistress
 
Lyte's Avatar
 
Join Date: Oct 2005
Location: Good ol' U.S. of A
Posts: 3,314
Rep Power: 6 Lyte is on a distinguished road
Send a message via MSN to Lyte Send a message via Yahoo to Lyte Send a message via Skype™ to Lyte
Linux is GREEK to me but I know we have some Linux Gurus on here... I'm sure they'll help you.

Lyte
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Lyte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-27-2006, 01:00 AM   #3
Sophomore
 
Join Date: Aug 2006
Posts: 56
Rep Power: 3 limainfinita is on a distinguished road
Quote:
Originally Posted by Lyte View Post
Linux is GREEK to me but I know we have some Linux Gurus on here... I'm sure they'll help you.

Lyte
I found this info googling:

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.

How do we install shoutcast?

Generally you dont want to run shoutcast as root as that can be really bad. so we 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.


Installing shoutcast:

Lets grab shoutcast from nullsoft:


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



Lets extract shoutcast:


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



Lets tidy up the directory:


Quote:
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.


Quote:
pico sc_serv.conf
or
nano sc_serv.conf

depending on what you have.



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

How do i start shoutcast?

./sc_serv sc_serv.conf


and about linux:
http://freeengineer.org/learnUNIXin10minutes.html

But I think I need to know more about shoutcast server and linux.
__________________
RADIO LIMAINFINITA

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
limainfinita is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble Upgrading PDC / BDC to Windows Server 2003 Will.Spencer Windows XP and other Window Versions 0 11-23-2006 04:18 PM
Web Server for Windows Platform eeeboy Web Design and Development 1 10-09-2006 04:11 PM
Server 2003 as gateway gaupelj Wired and Wireless Networking 1 09-07-2006 11:51 PM
Microsoft Small Business Server Alternative Will.Spencer Windows XP and other Window Versions 0 09-02-2006 11:34 AM
Setting Up an FTP Server on Microsoft Windows imported_krish Windows XP and other Window Versions 0 11-19-2005 10:15 AM



All times are GMT -5. The time now is 03:52 PM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5