mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix trailing spaces in default config.
As pointed out by DalekSec on IRC. svn path=/icecast/trunk/icecast/; revision=19367
This commit is contained in:
parent
7a27cacf0b
commit
de568c4a33
@ -19,8 +19,8 @@
|
|||||||
<client-timeout>30</client-timeout>
|
<client-timeout>30</client-timeout>
|
||||||
<header-timeout>15</header-timeout>
|
<header-timeout>15</header-timeout>
|
||||||
<source-timeout>10</source-timeout>
|
<source-timeout>10</source-timeout>
|
||||||
<!-- If enabled, this will provide a burst of data when a client
|
<!-- If enabled, this will provide a burst of data when a client
|
||||||
first connects, thereby significantly reducing the startup
|
first connects, thereby significantly reducing the startup
|
||||||
time for listeners that do substantial buffering. However,
|
time for listeners that do substantial buffering. However,
|
||||||
it also significantly increases latency between the source
|
it also significantly increases latency between the source
|
||||||
client and listening client. For low-latency setups, you
|
client and listening client. For low-latency setups, you
|
||||||
@ -82,13 +82,13 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<!-- Global header settings
|
<!-- Global header settings
|
||||||
Headers defined here will be returned for every HTTP request to Icecast.
|
Headers defined here will be returned for every HTTP request to Icecast.
|
||||||
|
|
||||||
The ACAO header makes Icecast public content/API by default
|
The ACAO header makes Icecast public content/API by default
|
||||||
This will make streams easier embeddable (some HTML5 functionality needs it).
|
This will make streams easier embeddable (some HTML5 functionality needs it).
|
||||||
Also it allows direct access to e.g. /status-json.xsl from other sites.
|
Also it allows direct access to e.g. /status-json.xsl from other sites.
|
||||||
If you don't want this, comment out the following line or read up on CORS.
|
If you don't want this, comment out the following line or read up on CORS.
|
||||||
-->
|
-->
|
||||||
<http-headers>
|
<http-headers>
|
||||||
<header name="Access-Control-Allow-Origin" value="*" />
|
<header name="Access-Control-Allow-Origin" value="*" />
|
||||||
@ -129,7 +129,7 @@
|
|||||||
|
|
||||||
<!-- Default settings for all mounts that don't have a specific <mount type="normal">.
|
<!-- Default settings for all mounts that don't have a specific <mount type="normal">.
|
||||||
-->
|
-->
|
||||||
<!--
|
<!--
|
||||||
<mount type="default">
|
<mount type="default">
|
||||||
<public>0</public>
|
<public>0</public>
|
||||||
<intro>/server-wide-intro.ogg</intro>
|
<intro>/server-wide-intro.ogg</intro>
|
||||||
|
Loading…
Reference in New Issue
Block a user