<listen-socket> <port>8000</port> <!-- <bind-address>127.0.0.1</bind-address> --> <!-- <shoutcast-mount>/stream</shoutcast-mount> --> </listen-socket> <listen-socket> <port>8002</port> <shoutcast-mount>/64.mp3</shoutcast-mount> <clients>50</clients> </listen-socket> <listen-socket> <port>8004</port> <shoutcast-mount>/128.mp3</shoutcast-mount> <clients>50</clients> </listen-socket>
<icecast> <limits> <clients>100</clients> <sources>1</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>******</source-password> <relay-password>******</relay-password> <admin-user>******</admin-user> <admin-password>******</admin-password> </authentication> <hostname>******</hostname> <listen-socket> <port>8000</port> </listen-socket> <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>4</loglevel> <logsize>10000</logsize> </logging> <security> <chroot>0</chroot> </security> </icecast>
<mount> <mount-name>/example</mount-name> <password>*****</password> <max-listeners>5000</max-listeners> </mount>
<source-password>******</source-password>
<mount> <mount-name>/example</mount-name> <max-listeners>5000</max-listeners> <authentication type="htpasswd"> <option name="filename" value="C:\Program Files\Icecast\example.passwd"/> <option name="allow_duplicate_users" value="0"/> </authentication> </mount>