[Multimedia] Setup a Simple Internet Radio Server from Your Laptop
Posted by admin on December 17th, 2009
Hi,
The detail steps can be found at Mikusa on How to Dedicated IceCast Server.
I’m using IceCast 2 for Server & Oddcast from streamer.
Here are my configs looks like :
Icecast Configuration file :
<icecast>
<limits>
<sources>5</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>qwe123+</source-password>
<relay-password>qwe123+</relay-password>
<admin-user>admin</admin-user>
<admin-password>qwe123+</admin-password>
</authentication>
<hostname>192.168.0.222</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<mount>
<mount-name>/mount.ogg</mount-name>
<max-listeners>3</max-listeners>
<hidden>1</hidden>
<no-yp>1</no-yp>
<authentication type=”htpasswd”>
<option name=”filename” value=”passwords”/>
<option name=”allow_duplicate_users” value=”1″/>
</authentication>
</mount>
<fileserve>1</fileserve>
<paths>
<basedir>./</basedir>
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source=”/” dest=”/status.xsl”/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!– 4 Debug, 3 Info, 2 Warn, 1 Error –>
</logging>
<security>
<chroot>0</chroot>
</security>
</icecast>
a. rahman isnaini r.sutan







