Breaking News

Build online radio streaming with shoutcast and winamp



pre-requisite :
linux ubuntu server 14.04 lts
shoutcast for linux package

register here
login
username : buangyulianto
passw : ************
go to settings > download dnas
select linux 64 copy link location or use this link here

ssh to ubuntu server as root
add user shoutcast
pasw shoutcast
su - shoutcast
mkdir /opt/shoutcast
chown -R shoutcast:shoutcast /opt/shoutcast
su - shoutcast
cd /opt/shoutcast
wget http://download.nullsoft.com/shoutcast/tools/sc_serv2_linux_x64-latest.tar.gz
tar -zxvf http://download.nullsoft.com/shoutcast/tools/sc_serv2_linux_x64-latest.tar.gz
nano /opt/shoutcast/sc_serv.conf

# insert following line with your apropriate configuration
adminpassword=password
password=password1
requirestreamconfigs=1
streamadminpassword_1=password2
streamid_1=1
streampassword_1=password3
streampath_1=http://ServerIP:8000
logfile=logs/sc_serv.log
w3clog=logs/sc_w3c.log
banfile=control/sc_serv.ban
ripfile=control/sc_serv.rip

chmod +x sc_serv
./sc_serv &

# allow shoutcast port on firewall
sudo ufw allow 8000
# access shoutcast web portal
http://ServerIP:8000

# setting winamp
install latest winamp v5.666
install shoutcast DSP or you can download here
open winamp > options > preferences > plug-ins > dsp/effect > shoucast source dsp v2.3.5 >
configure active plug-in
go to output > output1 > login >
server address : 192.168.1.38
port : 8000
stream_id : 1
dj/user_id : admin
passw : ***************

directory >
name : radio.umk.ac.id
url : http://ServerIP

encoder >
encoder type : mp3 encoder
encoder setting : 128kbps, 44100Hz, Stereo

go to output >
check auto connect
connect
# after connected to shoutcase linux server stream status should be start counting

No comments