Membuat Radio Online Menggunakan Icecast2 Server



Alat-alat yang dibutuhkan:
- Komputer OS linux (Ubuntu)
- Icecast2
- Shoutcast DSP, Edcast, SAM Broadcaster
- Flashplayer (stream monster)

Skenario:
Icecast2 sebagai server streamingnya, kemudian Shoutcast DSP Plugins for Winamp sebagai streamernya, komputer dengan OS Ubuntu sebagai servernya, dan FlashPlayer(streammonster) sebagai player radio online supaya bisa ditampilkan di website/blog.




Langkah-langkah:
1. Install icecast2
apt-get install icecast2
2.  Edit file icecast.xml
nano /etc/icecast2/icecast.xml
      cari baris berikut dan sesuaikan:

    <authentication>
        <!-- Sources log in with username 'source' -->
        <source-password>aris123</source-password>
        <!-- Relays log in username 'relay' -->
        <relay-password>aris123</relay-password>

        <!-- Admin logs in with the username given below -->
        <admin-user>admin</admin-user>
        <admin-password>aris123</admin-password>
    </authentication>


 <hostname>localhost</hostname>
    <mount>
        <mount-name>/stream</mount-name>
    </mount>
    <shoutcast-mount>/stream</shoutcast-mount>
    <!-- You may have multiple <listener> elements -->
    <listen-socket>
        <port>8000</port>
        <!-- <bind-address>127.0.0.1</bind-address> -->
        <!-- <shoutcast-mount>/stream</shoutcast-mount> -->
    </listen-socket>

    <listen-socket>
        <port>8001</port>
        <shoutcast-compat>1</shoutcast-compat>
    </listen-socket>


save dan exit

3. edit file icecast2
nano /etc/default/icecast2
 pada baris paling bawah
ENABLE=false
ganti dengan
ENABLE=true
save dan exit

4. Start icecast
/etc/init.d/icecast2 start
5. Cek dibrowser
http://ip-address-anda:8000
seharusnya akan muncul halaman icecast2 status

6. Install winamp dan pluginnya di sisi windows


 untuk plugin SHOUTcast DSP for Winamp download disini http://www.shoutcast.com/broadcast-tools

7. Buka winamp dan setting SHOUTcast-nya




8. Pasang player di website anda
tambahkan script ini :


<script src="http://streammonster.com/player/mp3player.php?link=http://192.168.1.3:8000/stream&title=Aris Radio&skin="></script>
hasilnya akan seperti ini


Membuat Radio Online Menggunakan Icecast2 Server Membuat Radio Online Menggunakan Icecast2 Server Reviewed by Aris Setyono on 4/20/2012 06:51:00 AM Rating: 5

6 komentar:

Aris. Diberdayakan oleh Blogger.