mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
documentation update
svn path=/icecast/branches/kh/icecast/; revision=7938
This commit is contained in:
parent
bf6c30d058
commit
c66cc2f2bd
@ -333,6 +333,7 @@ An on-demand relay will only retrieve the stream if there are listeners connecte
|
||||
<fallback-mount>example2.ogg</fallback-mount>
|
||||
<fallback-override>1</fallback-override>
|
||||
<burst-size>65536</burst-size>
|
||||
<mp3-metadata-interval>8192</mp3-metadata-interval>
|
||||
<authentication type="htpasswd">
|
||||
<option name="filename" value="myauth"/>
|
||||
<option name="allow_duplicate_users" value="0"/>
|
||||
@ -382,6 +383,12 @@ Enable this to prevent this mount from being shown on the xsl pages. This is ma
|
||||
for cases where a local relay is configured and you do not want the source of the local
|
||||
relay to be shown
|
||||
</div>
|
||||
<h4>mp3-metadata-interval</h4>
|
||||
<div class="indentedbox">
|
||||
Listeners connecting to an mp3 stream can request metadata be sent to them. That metadata
|
||||
is sent every so many bytes, this setting allows for overriding the default for this
|
||||
mountpoint. A value of 0 means no metadata is sent to the client even if icecast receives it.
|
||||
</div>
|
||||
<h4>authentication</h4>
|
||||
<div class="indentedbox">
|
||||
This specifies that the named mount point will require listener authentication. Currently, we only support a file-based authentication scheme (type=htpasswd). Users and encrypted password are placed in this file (separated by a :) and all requests for this mountpoint will require that a user and password be supplied for authentication purposes. These values are passed in via normal HTTP Basic Authentication means (i.e. http://user:password@stream:port/mountpoint.ogg). Users and Passwords are maintained via the web admin interface. A mountpoint configured with an authenticator will display a red key next to the mount point name on the admin screens. You can read more about listener authentication <a href="icecast2_listenerauth.html">here</a>.
|
||||
|
Loading…
Reference in New Issue
Block a user