|
|
#1 |
|
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 |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Jul 2003
Location: Houston, TX
Posts: 6,813
|
Is the server hosted on your site, or on your computer?
-- Michael |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Dec 2003
Posts: 4
|
on my site
|
|
|
|
|
|
#4 |
|
Forum King
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 |
|
|
|
|
|
#5 |
|
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
|
|
|
|
|
|
#6 |
|
Alumni
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. |
|
|
|
|
|
#7 | |
|
Senior Member
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:
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|