mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04:00
Documentation fixes.
* Fixed typos * Added documentation for 'admin' and 'location' * Added clarification to the 'username' attribute of a mount svn path=/icecast/trunk/icecast/; revision=18141
This commit is contained in:
parent
a2714da891
commit
6c18714c1e
@ -43,7 +43,7 @@ This section will describe each section of the config file and is grouped into t
|
|||||||
<burst-size>65536</burst-size>
|
<burst-size>65536</burst-size>
|
||||||
</limits>
|
</limits>
|
||||||
</pre>
|
</pre>
|
||||||
<p>This section contains server level settings that, in general, do not need to be changed. Only modify this section if you are know what you are doing.
|
<p>This section contains server level settings that, in general, do not need to be changed. Only modify this section if you know what you are doing.
|
||||||
</p>
|
</p>
|
||||||
<h4>clients</h4>
|
<h4>clients</h4>
|
||||||
<div class="indentedbox">
|
<div class="indentedbox">
|
||||||
@ -158,7 +158,9 @@ The URL which icecast2 uses to communicate with the Directory server. The value
|
|||||||
<h2>Misc Server Settings</h2>
|
<h2>Misc Server Settings</h2>
|
||||||
<p>Server wide settings.</p>
|
<p>Server wide settings.</p>
|
||||||
<pre>
|
<pre>
|
||||||
<hostname>localhost<hostname>
|
<hostname>localhost</hostname>
|
||||||
|
<location>earth</location>
|
||||||
|
<admin>icemaster@localhost</admin>
|
||||||
<fileserve>1</fileserve>
|
<fileserve>1</fileserve>
|
||||||
<server-id>icecast 2.3</server-id>
|
<server-id>icecast 2.3</server-id>
|
||||||
</pre>
|
</pre>
|
||||||
@ -169,6 +171,17 @@ The URL which icecast2 uses to communicate with the Directory server. The value
|
|||||||
possibily the playlist generation if a Host header is not provided. While localhost is shown
|
possibily the playlist generation if a Host header is not provided. While localhost is shown
|
||||||
as an example, in fact you will want something that your listeners can use.
|
as an example, in fact you will want something that your listeners can use.
|
||||||
</div>
|
</div>
|
||||||
|
<h4>location</h4>
|
||||||
|
<div class="indentedbox">
|
||||||
|
This sets the location string for this icecast instance. It will be shown e.g in the
|
||||||
|
web interface.
|
||||||
|
</div>
|
||||||
|
<h4>admin</h4>
|
||||||
|
<div class="indentedbox">
|
||||||
|
This should contain contact details for getting in touch with the server administrator.
|
||||||
|
Usually this will be an email address, but as this can be an arbitrary string it could also
|
||||||
|
be a phone number. This will be shown e.g. in the web interface.
|
||||||
|
</div>
|
||||||
<h4>fileserve</h4>
|
<h4>fileserve</h4>
|
||||||
<div class="indentedbox">
|
<div class="indentedbox">
|
||||||
This flag turns on the icecast2 fileserver from which static files can be served. All files
|
This flag turns on the icecast2 fileserver from which static files can be served. All files
|
||||||
@ -446,7 +459,8 @@ The name of the mount point for which these settings apply.
|
|||||||
</div>
|
</div>
|
||||||
<h4>username</h4>
|
<h4>username</h4>
|
||||||
<div class="indentedbox">
|
<div class="indentedbox">
|
||||||
An optional value which will set the username that a source must use to connect using this mountpoint.
|
An optional value which will set the username that a source must use to connect using this mountpoint.<br />
|
||||||
|
Do not set this value unless you are sure that the source clients connecting to the mount point can be configured to send a username other than 'source'. If this value is not present the default username is 'source'.
|
||||||
</div>
|
</div>
|
||||||
<h4>password</h4>
|
<h4>password</h4>
|
||||||
<div class="indentedbox">
|
<div class="indentedbox">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user