<icecast>
	<location>Not Currently Used</location>
	<admin>Not Currently Used</admin>

	<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>10</source-timeout>
	</limits>

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

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

	<hostname>192.168.X.Y</hostname>
	<port>8000</port>

	<fileserve>1</fileserve>

	<paths>
		<basedir>/usr/share/icecast2</basedir>

        <!-- Note that if <chroot> is turned on below, these paths must both
             be relative to the new root, not the original root -->
		<logdir>/var/log/icecast2</logdir>
		<webroot>/usr/share/icecast2/web</webroot>
        <adminroot>/usr/share/icecast2</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>nobody</user>
			<group>nogroup</group>
		</changeowner>  -->
	</security>
</icecast>
