<?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>/tmp</logpath>     <!-- where log goes. -->
	<logsize>2048</logsize>     <!-- the size the log has to get to before cycling -->
	<logfile>ices.log</logfile>
	<loglevel>4</loglevel>      <!-- 1=error,2=warn,3=info,4=debug -->
    <consolelog>1</consolelog>  <!-- logfile is ignored if this is set to 1 -->
    <pidfile>/var/ices/ices.pid</pidfile> <!-- file to write process id to -->

	<stream>
        <name>Example stream name</name>
        <genre>Example genre</genre>
        <description>A short description of your stream</description>
	<input>
		<module>jack</module>
		<param name="channels">2</param>
		<param name="clientname">ices</param> 
		<param name="metadatafilename">metadata</param>
	</input>
        <runner>
            <instance>
                <name>test transmission</name>
                <genre>various</genre>
                <description>low bandwidth stream</description>
                <shout>
                    <hostname>localhost</hostname>
                    <port>8000</port>
                    <password>hack4me</password>
                    <mount>/example1.ogg</mount>
                </shout>
                <!-- <resample>
                    <out-rate>44100</out-rate>
                </resample> -->
                <downmix>0</downmix>
                <encode>  
                    <quality>1.1</quality>
                </encode>
            </instance>
        </runner>
</stream>
</ices>

