Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: access - add network separator; channels - add streaming URLs, …
…fixes #2697
  • Loading branch information
perexg committed Mar 22, 2015
1 parent e247500 commit a7445b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/html/config_access.html
Expand Up @@ -55,6 +55,7 @@
<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>
Expand Down
7 changes: 7 additions & 0 deletions docs/html/config_channels.html
Expand Up @@ -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.

Expand Down

1 comment on commit a7445b1

@EricV
Copy link
Contributor

@EricV EricV commented on a7445b1 Mar 22, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot.

Please sign in to comment.