[xiph-commits] r18359 - icecast/trunk/ices/doc

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Thu Jun 7 10:51:16 PDT 2012


Author: ph3-der-loewe
Date: 2012-06-07 10:51:16 -0700 (Thu, 07 Jun 2012)
New Revision: 18359

Modified:
   icecast/trunk/ices/doc/config.html
Log:
updated docs to include <reconnectdelay>, <reconnectattempts> and <retry-initial>.

Modified: icecast/trunk/ices/doc/config.html
===================================================================
--- icecast/trunk/ices/doc/config.html	2012-06-07 16:51:03 UTC (rev 18358)
+++ icecast/trunk/ices/doc/config.html	2012-06-07 17:51:16 UTC (rev 18359)
@@ -171,6 +171,22 @@
     By default streams will not be advertised on a YP server unless this is set,
     and only then if the icecast if configured to talk to YP servers.
    </div>
+   <h4>reconnectdelay</h4>
+   <div class=indentedbox>
+    If the connection to the server is lost ices2 will wait a given time before reconnecting.
+    This setting controls how long ices2 will wait before reconnecting.
+    The value is the time in seconds.
+   </div>
+   <h4>reconnectattempts</h4>
+   <div class=indentedbox>
+    This settinggs controls the number of reconnet attempts ices2 will do before considering
+    the server to be down and stopping the instance.
+   </div>
+   <h4>retry-initial</h4>
+   <div class=indentedbox>
+    This settings controls if being unabled to connect to the server at startup is considered a fatal error.
+    Thhe default is to consider this a fatal error and quit making debugging more easy.
+   </div>
    <h4>Resample</h4>
    <pre>
     &lt;resample&gt;



More information about the commits mailing list