2022-03-09 08:37:11 +00:00
|
|
|
<icecast>
|
|
|
|
<limits>
|
|
|
|
<clients>300</clients>
|
|
|
|
<sources>100</sources>
|
|
|
|
<queue-size>524288</queue-size>
|
|
|
|
<client-timeout>30</client-timeout>
|
|
|
|
<header-timeout>15</header-timeout>
|
|
|
|
<source-timeout>10</source-timeout>
|
|
|
|
<burst-size>65535</burst-size>
|
|
|
|
</limits>
|
|
|
|
|
|
|
|
<authentication>
|
|
|
|
<source-password>source</source-password>
|
|
|
|
<relay-password>relay</relay-password>
|
|
|
|
<admin-user>admin</admin-user>
|
|
|
|
<admin-password>admin</admin-password>
|
|
|
|
</authentication>
|
|
|
|
|
|
|
|
<hostname>bitsea</hostname>
|
|
|
|
<location>DE</location>
|
|
|
|
<admin>admin@localhost</admin>
|
|
|
|
|
|
|
|
<listen-socket>
|
|
|
|
<port>61120</port>
|
|
|
|
</listen-socket>
|
|
|
|
|
|
|
|
<paths>
|
|
|
|
<basedir>/icecast/share</basedir>
|
|
|
|
<logdir>/dev</logdir>
|
|
|
|
<webroot>/icecast/share/web</webroot>
|
|
|
|
<adminroot>/icecast/share/admin</adminroot>
|
|
|
|
<alias source="/" dest="/status.xsl"/>
|
|
|
|
<alias source="/admin/" dest="/admin/stats.xsl"/>
|
|
|
|
</paths>
|
|
|
|
|
|
|
|
<logging>
|
2022-03-09 12:25:47 +00:00
|
|
|
<accesslog>stdout</accesslog>
|
|
|
|
<errorlog>stderr</errorlog>
|
|
|
|
<playlistlog>stdout</playlistlog>
|
2022-03-09 08:37:11 +00:00
|
|
|
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
|
|
|
|
<logsize>10000</logsize>
|
|
|
|
<logarchive>0</logarchive>
|
|
|
|
</logging>
|
|
|
|
|
2022-03-09 12:25:47 +00:00
|
|
|
<!--
|
2022-03-09 08:37:11 +00:00
|
|
|
<security>
|
|
|
|
<changeowner>
|
|
|
|
<user>icecast</user>
|
|
|
|
<group>icecast</group>
|
|
|
|
</changeowner>
|
|
|
|
</security>
|
2022-03-09 12:25:47 +00:00
|
|
|
-->
|
2022-03-09 08:37:11 +00:00
|
|
|
|
|
|
|
</icecast>
|