sc_trans can play list of mp3 files to shoutcast server so your online radio station will be online even if you are not online.
Install sc_trans
cd /home mkdir shoutcast cd shoutcast wget http://yp.shoutcast.com/downloads/sc_trans_posix_040.tgz tar -zxvf sc_trans_posix_040.tgz cd sc_trans_040
Create Play List of mp3 Files
Upload your MP3 files to folder
/home/shoutcast/sc_trans_040/mp3
To create a play list, run
find ./mp3 -type f -name "*.mp3" > playlist.lst
Edit sc_trans.conf
Find
PlaylistFile=example.lst
Replace With
PlaylistFile=playlist.lst
Find
ServerIP=myserver.com
Replace with IP of server on which you run shoutcast server.
ServerIP=server28.hosthat.com
Find
ServerPort=8000
8000 is default shoutcast server port. Change it if you use non default port.
Find
Password=
Set the password you set in shoutcast server in Password= line.
Start sc_trans
Run
./sc_trans_linux
Listening to Online Radio
In Windows Media player, file > open url, enter
http://server28.hosthat.com:8000
start playing the songs.
See shoutcast
Leave a Reply