Displaying 2 results from an estimated 2 matches for "indentedbox".
2005 Jul 18
0
Patch to add reconnect(attempts|delay) and maxqueuelenth to IceS doc
...resample
downmix
savefile
@@ -171,6 +174,26 @@
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>reconnectattempts</h4>
+ <div class=indentedbox>
+ In case of disconnection from the server (server crash, network failure...),
+ defines the number of times IceS should try to reconnect to the server. If
+ set to -1, IceS will try to reconnect endlessly. If you do this, you should
+ give a large value to reconnectdelay.
+ </div>
+...
2004 Aug 06
4
No Duplicate Users - Patch
...quot; value="myauth"/>
+ <option name="allow_duplicate_users" value="0"/>
</authentication>
<mount>
@@ -305,7 +306,7 @@
</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...