52 lines
1.2 KiB
XML
52 lines
1.2 KiB
XML
<icecast>
|
|
<hostname>localhost</hostname>
|
|
<location>docker</location>
|
|
<admin>noreply@icecast.local</admin>
|
|
<fileserve>1</fileserve>
|
|
|
|
<limits>
|
|
<clients>5</clients>
|
|
<sources>2</sources>
|
|
<queue-size>1280000</queue-size>
|
|
<client-timeout>30</client-timeout>
|
|
<header-timeout>15</header-timeout>
|
|
<source-timeout>1</source-timeout>
|
|
<burst-on-connect>1</burst-on-connect>
|
|
<burst-size>65535</burst-size>
|
|
</limits>
|
|
|
|
<authentication>
|
|
<source-password>hackme</source-password>
|
|
<relay-password>hackme</relay-password>
|
|
<admin-password>hackme</admin-password>
|
|
</authentication>
|
|
|
|
<listen-socket>
|
|
<port>8000</port>
|
|
</listen-socket>
|
|
|
|
<http-headers>
|
|
<header name="Access-Control-Allow-Origin" value="*" />
|
|
</http-headers>
|
|
|
|
<mount>
|
|
<mount-name>/mopidy</mount-name>
|
|
<fallback-mount>/silence.mp3</fallback-mount>
|
|
<fallback-override>1</fallback-override>
|
|
</mount>
|
|
|
|
<paths>
|
|
<basedir>/data/icecast</basedir>
|
|
<logdir>/data/icecast/logs</logdir>
|
|
<webroot>/data/icecast/web</webroot>
|
|
<adminroot>/data/icecast/admin</adminroot>
|
|
|
|
<alias source="/" destination="/mopidy"/>
|
|
</paths>
|
|
|
|
<logging>
|
|
<loglevel>3</loglevel>
|
|
<logsize>10000</logsize>
|
|
</logging>
|
|
</icecast>
|