[xiph-commits] r7938 - icecast/branches/kh/icecast/doc

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Fri Oct 8 12:29:37 PDT 2004


Author: karl
Date: 2004-10-08 12:29:36 -0700 (Fri, 08 Oct 2004)
New Revision: 7938

Modified:
   icecast/branches/kh/icecast/doc/icecast2_config_file.html
Log:
documentation update


Modified: icecast/branches/kh/icecast/doc/icecast2_config_file.html
===================================================================
--- icecast/branches/kh/icecast/doc/icecast2_config_file.html	2004-10-08 16:32:15 UTC (rev 7937)
+++ icecast/branches/kh/icecast/doc/icecast2_config_file.html	2004-10-08 19:29:36 UTC (rev 7938)
@@ -333,6 +333,7 @@
         <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 @@
 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>.



More information about the commits mailing list