<icecast>
    <limits>
        <clients>100</clients>
        <sources>2</sources>
        <threadpool>5</threadpool>
        <queue-size>64000</queue-size>
	 <burst-size>64000</burst-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
    </limits>

    <authentication>
        <source-password>hack4me</source-password>
        <relay-password>hack4me</relay-password>
        <admin-user>admin</admin-user>
        <admin-password>hack4me</admin-password>
    </authentication>
    <!--
    <directory>
        <yp-url-timeout>15</yp-url-timeout>
        <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
    </directory>
    <directory>
        <yp-url-timeout>15</yp-url-timeout>
        <yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
    </directory>
    <directory>
        <yp-url-timeout>15</yp-url-timeout>
        <yp-url>http://yp.icecast.net/cgi-bin/yp.cgi</yp-url>
    </directory>
     -->
    <hostname>localhost</hostname>
    <listen-socket>
        <port>8023</port>
        <!-- <bind-address>127.0.0.1</bind-address> -->
    </listen-socket>
    <mount>
        <mount-name>/reboot.fm.ogg</mount-name>
        <username>source</username>
        <password>nogamenomore</password>
	<fallback-mount>/reboot.fm.fallback.ogg</fallback-mount>
	<fallback-override>1</fallback-override>
    </mount>
    <relay>
	<server>reboot.fm</server>
	<port>8000</port>
	<mount>/bootcast.ogg</mount>
	<local-mount>/reboot.fm.fallback.ogg</local-mount>
	<on-demand>1</on-demand>
    </relay>
    <fileserve>1</fileserve>

    <paths>
        <basedir>.</basedir>
        <logdir>./logs</logdir>
        <webroot>./web</webroot>
        <adminroot>./admin</adminroot>
    </paths>

    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
      	<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>

    <security>
        <chroot>0</chroot>
        <changeowner>
            <user>icecast</user>
            <group>icecast</group>
	</changeowner>
    </security>
</icecast>
