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

convert TABstops to spaces for consistency

svn path=/icecast/trunk/icecast/; revision=19298
This commit is contained in:
Thomas B. "dm8tbr" Ruecker 2014-11-10 08:20:30 +00:00
parent 58fdef4856
commit 35fce69c4a

View File

@ -6,8 +6,8 @@
<admin>icemaster@localhost</admin> <admin>icemaster@localhost</admin>
<!-- IMPORTANT! <!-- IMPORTANT!
Especially for inexperienced users: Especially for inexperienced users:
Start out by ONLY changing all passwords and restarting Icecast. Start out by ONLY changing all passwords and restarting Icecast.
For detailed setup instructions please refer to the documentation. For detailed setup instructions please refer to the documentation.
It's also available here: http://icecast.org/docs/ It's also available here: http://icecast.org/docs/
--> -->
@ -90,7 +90,7 @@
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.
--> -->
<header name="Access-Control-Allow-Origin" value="*" /> <header name="Access-Control-Allow-Origin" value="*" />
</http-headers> </http-headers>
@ -124,7 +124,7 @@
<!-- Mountpoints <!-- Mountpoints
Only define <mount> sections if you want to use advanced options, Only define <mount> sections if you want to use advanced options,
like alternative usernames or passwords like alternative usernames or passwords
--> -->
<!-- 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">.
@ -132,14 +132,14 @@
<!-- <!--
<mount type="default"> <mount type="default">
<public>0</public> <public>0</public>
<intro>/server-wide-intro.ogg</intro> <intro>/server-wide-intro.ogg</intro>
<max-listener-duration>3600</max-listener-duration> <max-listener-duration>3600</max-listener-duration>
<authentication type="url"> <authentication type="url">
<option name="mount_add" value="http://auth.example.org/stream_start.php"/> <option name="mount_add" value="http://auth.example.org/stream_start.php"/>
</authentication> </authentication>
<http-headers> <http-headers>
<header name="foo" value="bar" /> <header name="foo" value="bar" />
</http-headers> </http-headers>
</mount> </mount>
--> -->
@ -165,9 +165,9 @@
<option name="allow_duplicate_users" value="0"/> <option name="allow_duplicate_users" value="0"/>
</authentication> </authentication>
<http-headers> <http-headers>
<header name="Access-Control-Allow-Origin" value="http://webplayer.example.org" /> <header name="Access-Control-Allow-Origin" value="http://webplayer.example.org" />
<header name="baz" value="quux" /> <header name="baz" value="quux" />
</http-headers> </http-headers>
<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>
@ -211,10 +211,10 @@
this example will redirect all requests for http://server:port/ to this example will redirect all requests for http://server:port/ to
the status page the status page
--> -->
<alias source="/" destination="/status.xsl"/> <alias source="/" destination="/status.xsl"/>
<!-- The certificate file needs to contain both public and private part. <!-- The certificate file needs to contain both public and private part.
Both should be PEM encoded. Both should be PEM encoded.
<ssl-certificate>@pkgdatadir@/icecast.pem</ssl-certificate> <ssl-certificate>@pkgdatadir@/icecast.pem</ssl-certificate>
--> -->
</paths> </paths>
@ -222,8 +222,8 @@
<accesslog>access.log</accesslog> <accesslog>access.log</accesslog>
<errorlog>error.log</errorlog> <errorlog>error.log</errorlog>
<!-- <playlistlog>playlist.log</playlistlog> --> <!-- <playlistlog>playlist.log</playlistlog> -->
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile --> <logsize>10000</logsize> <!-- Max size of a logfile -->
<!-- If logarchive is enabled (1), then when logsize is reached <!-- If logarchive is enabled (1), then when logsize is reached
the logfile will be moved to [error|access|playlist].log.DATESTAMP, the logfile will be moved to [error|access|playlist].log.DATESTAMP,
otherwise it will be moved to [error|access|playlist].log.old. otherwise it will be moved to [error|access|playlist].log.old.