<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>102400</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>20</source-timeout>
</limits>
<authentication>
<source-password>WhateverEncoder</source-password>
<relay-password>WhateverRelay</relay-password>
<admin-user>Whatever</admin-user>
<admin-password>WhateverAdmin</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<listen-socket>
<port>8001</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<basedir>/local/icecast2</basedir>
<logdir>/local/icecast2/logs</logdir>
<webroot>/local/icecast2/share/icecast</webroot>
<adminroot>/local/icecast2/share/icecast/admin</adminroot>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel>
</logging>
<security>
<chroot>0</chroot>
<!--
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
-->
</security>
</icecast>