[HowTo] Radio Streaming Server in Ubuntu Using IceCast2

Thursday April 9, 2009 by  

Ubuntu LogoI want to share how to make Linux Ubuntu as radio streaming server with IceCast2. And in client you can use Winamp with SHOUTcast plugin to broadcast your song playlist.

So, how we start? I assumed you already know how to use Ubuntu and use Linux Shell. Okay let’s start now:
1. Open ubuntu shell and type:

sudo apt-get install icecast2

2. Afterwards, edit icecast.xml with this command

vim /etc/icecast2/icecast.xml

3. Change the passwords in the section, The source-password is the password that Ices2 or SHOUTcast will later on use to connect to Icecast2; the admin-password is the password that the admin will use in Icecast2′s web interface.

4. That’s it already, we can now start the Icecast2 server with this command:

icecast2 -b

5. You can now direct your browser to http://192.168.0.100:8000/ (replace 192.168.0.100 with your own IP address or FQDN) and browse through the web interface.

6. Now you have your own radio streaming server. Enjoy :)

I will show you how to connect your Winamp + SHOUTcast to your radio streaming server. So all your client can hear the music.

What people search:

Other Interesting Articles:

Post comment as twitter logo facebook logo
Sort: Newest | Oldest

Afterwards edit /etc/default/icecast2 and set ENABLE to true:

vi /etc/default/icecast2

# Defaults for icecast2 initscript
# sourced by /etc/init.d/icecast2
# installed at /etc/default/icecast2 by the maintainer scripts

#
# This is a POSIX shell fragment
#

# Full path to the server configuration file
CONFIGFILE="/etc/icecast2/icecast.xml"

# Name or ID of the user and group the daemon should run under
USERID=icecast2
GROUPID=icecast

# Edit /etc/icecast2/icecast.xml and change at least the passwords.
# Change this to true when done to enable the init.d script
ENABLE=true

That's it already, we can now start the Icecast2 server:

Thx for sharing, I've try it, Ice cast2 is really cool!

Thx for sharing, I've try it, Ice cast2 is really cool!

Trackbacks

  1. [...] i promise you in this post, i will share how to broadcast your music/radio using Winamp with SHOUTcast as client and using [...]

  2. [...] are lot of music server, one of them is icecast. But icecast is kinda old and it need quicktime plugin or else to listen it from the browser. Or [...]