scripts/network/icecast.xml

66 lines
1.9 KiB
XML
Raw Normal View History

2019-05-29 18:57:02 -07:00
<icecast>
<location>Ohio</location>
<admin>marrub@greyserv.net</admin>
2019-05-29 20:13:03 -07:00
<hostname>mu.heavenisin.space</hostname>
2019-05-29 18:57:02 -07:00
<!-- don't disable, needed for images on the status page etc. -->
<fileserve>1</fileserve>
<limits>
<clients>7</clients>
<sources>1</sources>
<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>
<source-password>password removed</source-password>
<relay-password>password removed</relay-password>
<admin-user>admin</admin-user>
<admin-password>password removed</admin-password>
</authentication>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*" />
</http-headers>
<listen-socket>
<port>8000</port>
<shoutcast-mount>/stream.ogg</shoutcast-mount>
</listen-socket>
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>/usr/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
<!-- <pidfile>/usr/share/icecast/icecast.pid</pidfile> -->
<alias source="/" destination="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<!-- <playlistlog>playlist.log</playlistlog> -->
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<logarchive>1</logarchive>
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>nobody</user>
<group>nobody</group>
</changeowner>
</security>
</icecast>