myircbot/config/icecast.xml
2025-05-29 22:58:53 +02:00

36 lines
881 B
XML

<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<queue-size>524288</queue-size>
</limits>
<authentication>
<admin-user>admin</admin-user>
<admin-password>${ICECAST_ADMIN_PASSWORD}</admin-password>
<source-password>${ICECAST_SOURCE_PASSWORD}</source-password>
</authentication>
<changeowner>
<user>icecast</user>
<group>icecast</group>
</changeowner>
<hostname>0.0.0.0</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<paths>
<webroot>/usr/share/icecast2/web</webroot>
<adminroot>/usr/share/icecast2/admin</adminroot>
</paths>
<mount>
<mount-name>/stream.ogg</mount-name>
<password>${ICECAST_MOUNT_PASSWORD}</password>
<max-listeners>100</max-listeners>
<public>1</public>
</mount>
</icecast>