<icecast>
    <location>Moschee</location>
    <admin>admin@example.com</admin>

    <limits>
        <clients>200</clients>
        <sources>2</sources>
        <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>
        <!-- Passwort für den Dolmetscher (BUTT-Sender) -->
        <source-password>HIER_DOLMETSCHER_PASSWORT</source-password>

        <!-- Passwort für das Admin-Webinterface -->
        <admin-user>admin</admin-user>
        <admin-password>HIER_ADMIN_PASSWORT</admin-password>
    </authentication>

    <hostname>localhost</hostname>

    <listen-socket>
        <port>8000</port>
    </listen-socket>

    <!-- Urdu-Stream. Weitere Sprachen können später ergänzt werden. -->
    <mount type="normal">
        <mount-name>/urdu</mount-name>
        <fallback-mount>/silence</fallback-mount>
        <fallback-override>1</fallback-override>
    </mount>

    <fileserve>1</fileserve>

    <paths>
        <logdir>/var/log/icecast2</logdir>
        <webroot>/usr/share/icecast2/web</webroot>
        <adminroot>/usr/share/icecast2/admin</adminroot>
        <alias source="/" destination="/status.xsl"/>
    </paths>

    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
        <loglevel>3</loglevel>
    </logging>
</icecast>
