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

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Tue Apr 24 16:09:47 PDT 2012


Author: ph3-der-loewe
Date: 2012-04-24 16:09:47 -0700 (Tue, 24 Apr 2012)
New Revision: 18250

Modified:
   icecast/trunk/ices/conf/ices-roar.xml
Log:
Updated example config.
 * Added param aiprofile and plugin.
 * Corrected typos.
 * Commented out (not set explicitly) defaults.


Modified: icecast/trunk/ices/conf/ices-roar.xml
===================================================================
--- icecast/trunk/ices/conf/ices-roar.xml	2012-04-24 23:05:32 UTC (rev 18249)
+++ icecast/trunk/ices/conf/ices-roar.xml	2012-04-24 23:09:47 UTC (rev 18250)
@@ -44,8 +44,13 @@
                  Default should be raw PCM ("default").
                  You may also use "ogg_vorbis".
             -->
-            <param name="codec">default</param>
+            <!-- <param name="codec">default</param> -->
 
+            <!-- Alternatively to the above you can use one of libroar's
+                 audio info profiles.
+            -->
+            <!-- <param name="aiprofile">default</param> -->
+
             <!-- The stream direction:
                  Use "monitor" for sending a copy of your output to the server or
                  "record" to record from sound card.
@@ -56,9 +61,9 @@
             <!-- This is the address of the server to connect to.
                  This can be a /path/to/unixsocket, a host or node name.
                  You sould not set this value for local roard unless
-                 needed. Setting this to 'localhost' is normaly a bad idea.
+                 needed. Setting this to "localhost" is normaly a bad idea.
             -->
-            <param name="device">somehost</param>
+            <!-- <param name="device">someserver</param> -->
 
             <!-- Read metadata (from stdin by default,
                  filename defined below (if the latter, only on SIGUSR1), or
@@ -67,8 +72,13 @@
                  "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>
+            <!-- <param name="metadata">file</param> -->
+            <!-- <param name="metadatafilename">test</param> -->
+
+            <!-- libroar plugins to load.
+            -->
+            <!-- <param name="plugin">helloworld</param> -->
+            <!-- <param name="plugin">helloworld text="Hello ices2 users!"</param> -->
         </input>
 
         <!--    Stream instance.



More information about the commits mailing list