2001-09-09 22:21:46 -04:00
|
|
|
<icecast>
|
2003-02-02 09:35:10 -05:00
|
|
|
<location>Not Currently Used</location>
|
|
|
|
<admin>Not Currently Used</admin>
|
2001-09-09 22:21:46 -04:00
|
|
|
|
|
|
|
<limits>
|
2002-08-05 10:51:22 -04:00
|
|
|
<clients>100</clients>
|
2001-09-09 22:21:46 -04:00
|
|
|
<sources>2</sources>
|
|
|
|
<threadpool>5</threadpool>
|
2003-02-24 08:37:15 -05:00
|
|
|
<queue-size>102400</queue-size>
|
2002-01-20 23:28:30 -05:00
|
|
|
<client-timeout>30</client-timeout>
|
|
|
|
<header-timeout>15</header-timeout>
|
2002-08-05 10:51:22 -04:00
|
|
|
<source-timeout>10</source-timeout>
|
2001-09-09 22:21:46 -04:00
|
|
|
</limits>
|
|
|
|
|
2003-02-06 08:10:48 -05:00
|
|
|
<authentication>
|
|
|
|
<!-- Sources log in with username 'source' -->
|
|
|
|
<source-password>hackme</source-password>
|
|
|
|
<!-- Relays log in username 'relay' -->
|
|
|
|
<relay-password>hackme</relay-password>
|
|
|
|
|
|
|
|
<!-- Admin logs in with the username given below -->
|
|
|
|
<admin-user>admin</admin-user>
|
|
|
|
<admin-password>hackme</admin-password>
|
|
|
|
</authentication>
|
|
|
|
|
|
|
|
<!-- Uncomment this if you want directory listings -->
|
|
|
|
<!--
|
|
|
|
<directory>
|
|
|
|
<yp-url>http://www.oddsock.org/cgi-bin/yp-cgi</yp-url>
|
|
|
|
</directory>
|
|
|
|
-->
|
2001-09-09 22:21:46 -04:00
|
|
|
|
2003-02-02 09:35:10 -05:00
|
|
|
<hostname>localhost</hostname>
|
2001-09-09 22:21:46 -04:00
|
|
|
|
2003-03-09 06:27:06 -05:00
|
|
|
<!-- You can use these two if you only want a single listener -->
|
|
|
|
<!--<port>8000</port> -->
|
2003-02-02 09:35:10 -05:00
|
|
|
<!--<bind-address>127.0.0.1</bind-address>-->
|
2003-03-09 06:27:06 -05:00
|
|
|
|
|
|
|
<!-- You may have multiple <listener> elements -->
|
|
|
|
<listen-socket>
|
|
|
|
<port>8000</port>
|
|
|
|
<!-- <bind-address>127.0.0.1</bind-address> -->
|
|
|
|
</listen-socket>
|
|
|
|
<!--
|
|
|
|
<listen-socket>
|
|
|
|
<port>8001</port>
|
|
|
|
</listen-socket>
|
|
|
|
-->
|
|
|
|
|
2002-08-05 10:48:04 -04:00
|
|
|
<!--<master-server>127.0.0.1</master-server>-->
|
|
|
|
<!--<master-server-port>8001</master-server-port>-->
|
2003-02-02 09:35:10 -05:00
|
|
|
<!--<master-update-interval>120</master-update-interval>-->
|
|
|
|
<!--<master-password>hackme</master-password>-->
|
2003-02-07 05:53:38 -05:00
|
|
|
<!--
|
|
|
|
<relay>
|
|
|
|
<server>127.0.0.1</server>
|
|
|
|
<port>8001</port>
|
|
|
|
<mount>/example.ogg</mount>
|
2003-02-24 08:37:15 -05:00
|
|
|
<local-mount>/different.ogg</local-mount>
|
|
|
|
|
|
|
|
<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
|
2003-02-07 05:53:38 -05:00
|
|
|
</relay>
|
|
|
|
-->
|
2002-08-05 10:48:04 -04:00
|
|
|
|
2003-02-11 09:23:34 -05:00
|
|
|
<mount>
|
|
|
|
<mount-name>/example1.ogg</mount-name>
|
2003-03-02 05:18:28 -05:00
|
|
|
|
2003-02-11 09:23:34 -05:00
|
|
|
<username>othersource</username>
|
|
|
|
<password>hackmemore</password>
|
|
|
|
|
|
|
|
<max-listeners>1</max-listeners>
|
2003-03-04 03:31:49 -05:00
|
|
|
<!-- <dump-file>/tmp/dump-example1.ogg</dump-file> -->
|
2003-02-11 09:23:34 -05:00
|
|
|
<fallback-mount>/example2.ogg</fallback-mount>
|
|
|
|
</mount>
|
|
|
|
|
2003-02-02 09:35:10 -05:00
|
|
|
<fileserve>1</fileserve>
|
2002-08-18 01:06:58 -04:00
|
|
|
|
2003-02-02 09:35:10 -05:00
|
|
|
<paths>
|
2003-02-06 08:10:48 -05:00
|
|
|
<basedir>/usr/local/icecast</basedir>
|
2003-03-02 05:18:28 -05:00
|
|
|
|
|
|
|
<!-- Note that if <chroot> is turned on below, these paths must both
|
|
|
|
be relative to the new root, not the original root -->
|
2003-02-06 08:10:48 -05:00
|
|
|
<logdir>/usr/local/icecast/logs</logdir>
|
|
|
|
<webroot>/usr/local/icecast/web</webroot>
|
2003-02-02 09:35:10 -05:00
|
|
|
</paths>
|
2001-09-09 22:21:46 -04:00
|
|
|
|
|
|
|
<logging>
|
|
|
|
<accesslog>access.log</accesslog>
|
|
|
|
<errorlog>error.log</errorlog>
|
2003-02-06 08:10:48 -05:00
|
|
|
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
|
2001-09-09 22:21:46 -04:00
|
|
|
</logging>
|
2002-05-14 07:06:54 -04:00
|
|
|
|
2003-02-02 09:35:10 -05:00
|
|
|
<security>
|
|
|
|
<chroot>0</chroot>
|
|
|
|
<!-- <changeowner>
|
|
|
|
<user>nobody</user>
|
|
|
|
<group>nogroup</group>
|
|
|
|
</changeowner> -->
|
|
|
|
</security>
|
2001-09-09 22:21:46 -04:00
|
|
|
</icecast>
|