docs: access - add network separator; channels - add streaming URLs, fixes #2697

This commit is contained in:
Jaroslav Kysela 2015-03-22 17:18:48 +01:00
parent e247500a08
commit a7445b1f2d
2 changed files with 8 additions and 0 deletions

View file

@ -55,6 +55,7 @@ The columns have the following functions:
<dd>
IPv4 prefix for matching based on source IP address.
If set to 0.0.0.0/0 it will match everything.
The multiple networks can be delimited using comma or semicolon.
<dt><b>Web interface</b>
<dd>

View file

@ -24,6 +24,13 @@
<dt>Play
<dd>Direct play link using the HTTP streaming.
<dl>
<dt>URL to the stream using a channel name
<dd>http://<i>host:port</i>/play/stream/channelname/<i>channel_name</i>
<dt>URL to the stream using a channel number
<dd>http://<i>host:port</i>/play/stream/channelnumber/<i>channel_number</i>
</dl>
<dt>Enabled
<dd>Whether or not the mux is enabled and thus available.