You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

51 lines
1.7 KiB

<!-- icecast.xml: Icecast Server Configuration (language: XML) -->
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<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>
<admin-user>admin</admin-user>
<admin-password>admin</admin-password>
<source-password>source</source-password>
<relay-password>relay</relay-password>
</authentication>
<!--
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
-->
<hostname>localhost</hostname>
<listen-socket>
<bind-address>127.0.0.1</bind-address>
<port>8000</port>
<!-- <shoutcast-mount>/stream</shoutcast-mount> -->
</listen-socket>
<fileserve>1</fileserve>
<paths>
<alias source="/" dest="/status.xsl"/>
<webroot>@l_prefix@/share/icecast/web</webroot>
<adminroot>@l_prefix@/share/icecast/admin</adminroot>
<logdir>@l_prefix@/var/icecast</logdir>
<pidfile>@l_prefix@/var/icecast/icecast.pid</pidfile>
</paths>
<logging>
<playlistlog>playlist.log</playlistlog>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel>
<logsize>10000</logsize>
<logarchive>10</logarchive>
</logging>
<security>
<chroot>0</chroot>
</security>
</icecast>