[xiph-commits] r18239 - icecast/trunk/ices/conf

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Sun Apr 15 01:59:25 PDT 2012


Author: ph3-der-loewe
Date: 2012-04-15 01:59:25 -0700 (Sun, 15 Apr 2012)
New Revision: 18239

Modified:
   icecast/trunk/ices/conf/ices-roar.xml
Log:
list valid values

Modified: icecast/trunk/ices/conf/ices-roar.xml
===================================================================
--- icecast/trunk/ices/conf/ices-roar.xml	2012-04-15 04:29:00 UTC (rev 18238)
+++ icecast/trunk/ices/conf/ices-roar.xml	2012-04-15 08:59:25 UTC (rev 18239)
@@ -60,8 +60,13 @@
             -->
             <param name="device">somehost</param>
 
-            <!-- Read metadata (from stdin by default, or -->
-            <!-- filename defined below (if the latter, only on SIGUSR1) -->
+            <!-- Read metadata (from stdin by default,
+                 filename defined below (if the latter, only on SIGUSR1), or
+                 stream. Valid values are:
+                 "none"   - Use no metadata.
+                 "file"   - Read metadata from file (or stdin if no filename is configured.
+                 "stream" - Read metadata from stream (Audio server).
+            -->
             <param name="metadata">file</param>
             <param name="metadatafilename">test</param>
         </input>



More information about the commits mailing list