2004-11-11 17:25:00 -05:00
|
|
|
<!-- This config file contains a minimal set of configurable parameters,
|
2014-11-10 03:23:34 -05:00
|
|
|
and mostly just contains the things you need to change or are
|
|
|
|
necessary to get Icecast working for most use cases. We created
|
2004-11-11 17:25:00 -05:00
|
|
|
this for those who got scared away from the rather large and heavily
|
2018-09-28 05:40:09 -04:00
|
|
|
commented icecast.xml.dist file.
|
|
|
|
-->
|
2004-11-11 17:25:00 -05:00
|
|
|
<icecast>
|
|
|
|
<limits>
|
|
|
|
<sources>2</sources>
|
|
|
|
</limits>
|
|
|
|
<authentication>
|
|
|
|
<source-password>hackme</source-password>
|
|
|
|
<relay-password>hackme</relay-password>
|
|
|
|
<admin-user>admin</admin-user>
|
|
|
|
<admin-password>hackme</admin-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>
|
|
|
|
<port>8000</port>
|
|
|
|
</listen-socket>
|
|
|
|
<paths>
|
|
|
|
<logdir>@localstatedir@/log/@PACKAGE@</logdir>
|
|
|
|
<webroot>@pkgdatadir@/web</webroot>
|
|
|
|
<adminroot>@pkgdatadir@/admin</adminroot>
|
2011-11-25 17:22:48 -05:00
|
|
|
<alias source="/" destination="/status.xsl"/>
|
2004-11-11 17:25:00 -05:00
|
|
|
</paths>
|
|
|
|
<logging>
|
|
|
|
<accesslog>access.log</accesslog>
|
|
|
|
<errorlog>error.log</errorlog>
|
2018-09-28 06:59:09 -04:00
|
|
|
<loglevel>information</loglevel> <!-- "debug", "information", "warning", or "error" -->
|
2004-11-11 17:25:00 -05:00
|
|
|
</logging>
|
2014-11-10 03:23:34 -05:00
|
|
|
<http-headers>
|
2018-11-04 07:55:51 -05:00
|
|
|
<header type="cors" name="Access-Control-Allow-Origin" />
|
2014-11-10 03:23:34 -05:00
|
|
|
</http-headers>
|
2004-11-11 17:25:00 -05:00
|
|
|
</icecast>
|