<?xml version="1.0"?>
<ices>
    <background>0</background>  <!-- run in background? (unimplemented) -->
    <realtime>0</realtime>      <!-- disable realtime, enabled by default -->
    <user>ices</user>           <!-- user to change to when started as root -->
    <logpath>/var/log/icecast2/</logpath>     <!-- where log goes. -->
    <logsize>2048</logsize>     <!-- the size the log has to get to before cycling -->
	<logfile>ices2.log</logfile>
	<loglevel>1</loglevel>      <!-- 1=error,2=warn,3=info,4=debug -->
    <consolelog>0</consolelog>  <!-- logfile is ignored if this is set to 1 -->
    <pidfile>/var/run/ices.pid</pidfile> <!-- file to write process id to -->

	<stream>
        <name>reboot.fm</name>
        <genre>radio</genre>
        <description>reboot.fm live radio stream</description>
	<input>
		<module>jack</module>
		<param name="channels">2</param>
		<param name="clientname">ices</param> 
		<param name="metadatafilename">/etc/ices2/metadata.txt</param>
	</input>
        <runner>
            <instance>
                <shout>
                    <hostname>localhost</hostname>
                    <port>8000</port>
                    <password>hack4me</password>
                    <mount>/line-in.ogg</mount>
                </shout>
                <!-- <resample>
                    <out-rate>44100</out-rate>
                </resample> -->
                <downmix>0</downmix>
                <encode>  
                    <quality>1.1</quality>
                </encode>
            </instance>
        </runner>
</stream>
</ices>
