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:
parent
68fbfcbf87
commit
d767b9e7f2
@ -91,6 +91,9 @@
|
|||||||
|
|
||||||
<!-- Only define a <mount> section if you want to use advanced options,
|
<!-- Only define a <mount> section if you want to use advanced options,
|
||||||
like alternative usernames or passwords
|
like alternative usernames or passwords
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
<mount>
|
<mount>
|
||||||
<mount-name>/example-complex.ogg</mount-name>
|
<mount-name>/example-complex.ogg</mount-name>
|
||||||
|
|
||||||
@ -113,7 +116,9 @@
|
|||||||
<on-connect>/home/icecast/bin/stream-start</on-connect>
|
<on-connect>/home/icecast/bin/stream-start</on-connect>
|
||||||
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
|
<on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
|
||||||
</mount>
|
</mount>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
<mount>
|
<mount>
|
||||||
<mount-name>/auth_example.ogg</mount-name>
|
<mount-name>/auth_example.ogg</mount-name>
|
||||||
<authentication type="url">
|
<authentication type="url">
|
||||||
@ -125,7 +130,6 @@
|
|||||||
<option name="header_prefix" value="ClientHeader."/>
|
<option name="header_prefix" value="ClientHeader."/>
|
||||||
</authentication>
|
</authentication>
|
||||||
</mount>
|
</mount>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<fileserve>1</fileserve>
|
<fileserve>1</fileserve>
|
||||||
|
Loading…
Reference in New Issue
Block a user