1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Clean up some things in the default config file.

svn path=/icecast/trunk/icecast/; revision=19294
This commit is contained in:
Thomas B. "dm8tbr" Ruecker 2014-11-09 09:13:59 +00:00
parent 68fbfcbf87
commit d767b9e7f2

View File

@ -91,6 +91,9 @@
<!-- Only define a <mount> section if you want to use advanced options,
like alternative usernames or passwords
-->
<!--
<mount>
<mount-name>/example-complex.ogg</mount-name>
@ -113,7 +116,9 @@
<on-connect>/home/icecast/bin/stream-start</on-connect>
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
</mount>
-->
<!--
<mount>
<mount-name>/auth_example.ogg</mount-name>
<authentication type="url">
@ -125,7 +130,6 @@
<option name="header_prefix" value="ClientHeader."/>
</authentication>
</mount>
-->
<fileserve>1</fileserve>