1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Fix: Document that the <max-listener-duration> is in units of [s]

Closes: #2362
This commit is contained in:
Philipp Schafft 2018-12-04 08:43:55 +00:00
parent 8662884447
commit b201d300e2

View File

@ -488,7 +488,8 @@ There is also a <a href="auth.html#stream-auth">URL based authentication method<
<dt>max-listeners</dt>
<dd>An optional value which will set the maximum number of listeners that can be attached to this mountpoint.</dd>
<dt>max-listener-duration</dt>
<dd>An optional value which will set the length of time a listener will stay connected to the stream.<br />
<dd>An optional value which will set the length of time a listener will stay connected to the stream.
The time is given as integer of seconds. <br />
An auth component may override this.</dd>
<dt>dump-file</dt>
<dd>An optional value which will set the filename which will be a dump of the stream coming through
@ -738,4 +739,4 @@ These need to be valid users on the system. Icecast must be started as root for
</div>
</body>
</html>
</html>