Old 13th December 2003, 20:41   #1
acid_sno
Junior Member
 
Join Date: Dec 2003
Posts: 4
ok you cant get more lost than me

fisrt off let me telling you my other nickname...no0blar...
ok I am tryin to setup a server and I have shoutcast installed and configured. things i need to know...ok using shh how do you keep server runing with out ssh bieng opend? i read a post here said something about a .pls and in the readme it says put a mp3 in the conent folder and name it music.pls but the post said something about a textfile..? how do i connect to the server? my sites name is radio.diabloworld.com and the port is set on default 8000.. i plan on using 24k and 56k streamin.I think thats all i cant figure out...if not ill edit my post ty in advance for helping. o ya the server is runin on linux if that helps
acid_sno is offline   Reply With Quote
Old 13th December 2003, 20:57   #2
djmastermind
Forum King
 
djmastermind's Avatar
 
Join Date: Jul 2003
Location: Houston, TX
Posts: 6,813
Is the server hosted on your site, or on your computer?

-- Michael
djmastermind is offline   Reply With Quote
Old 13th December 2003, 21:07   #3
acid_sno
Junior Member
 
Join Date: Dec 2003
Posts: 4
on my site
acid_sno is offline   Reply With Quote
Old 13th December 2003, 21:10   #4
djmastermind
Forum King
 
djmastermind's Avatar
 
Join Date: Jul 2003
Location: Houston, TX
Posts: 6,813
Since I don't know anything about Linux or hosting on a site, this is all I can give you:

Check out the results from a SHOUTcast forum search on 'telnet ssh'.

Look for a post by clubexplosion titled:
Install shoutcast on host

Note: Other search criteria may yield more results.

Please read some polite advice.

-- Michael
djmastermind is offline   Reply With Quote
Old 13th December 2003, 21:18   #5
acid_sno
Junior Member
 
Join Date: Dec 2003
Posts: 4
well that post "Install shoutcast on host" didnt help any and you even posted in that thread to do a search for itself.. so that didnt help any
acid_sno is offline   Reply With Quote
Old 14th December 2003, 04:09   #6
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
Read the third reply (Tom's) to that thread.

For other instructions, continue with the same search criteria, but click on other posts.

FesterHead is offline   Reply With Quote
Old 17th December 2003, 15:55   #7
mightbeyour
Senior Member
 
mightbeyour's Avatar
 
Join Date: Nov 2003
Posts: 262
First question:

run the process in the background

# ./sc_serv &

# ./sc_trans_linux &

then you can exit the ssh connection and the process will still be running

to kill the process

# ps -ef | grep -v grep | grep sc_trans

this will output the process id (pid) it is the first set of numbers

then kill the process

# kill -(pid)

Second question:

you must have a playlist which sc_trans reads it is specified in the sc_trans.conf file

add mp3's to the end of your playlist

# find / -name "*.mp3" >> path and file name of your playlist (e.g. /music/play.lst)


Quote:
When your pubic hair's on fire, something's wrong.
mightbeyour is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump