DVB Help update

This commit is contained in:
Jonathan Belgourari 2014-07-07 01:41:02 +02:00
parent 65c18c4c5c
commit 4216dc76f2
5 changed files with 159 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -1,3 +1,40 @@
<div class="hts-doc-text">
<h3>In progress</h3>
<p>
Muxes are data streams coming from networks
</p>
<p>
<img src="docresources/configdvbmuxsched.png">
</p>
The columns have the following functions:
<dl>
<dt>Enabled
<dd>If selected, mux is enabled.
If unselected, mux is disabled.
<dt>EPG
<dd>Retrieve EPG informations from mux.
<dt>Scan Status
<dd>Mux scan status.
<dt>URL
<dd>Mux URL.
<dt>Interface
<dd>
<dt>ATSC
<dd>
<dt>Service Name
<dd>Mux name
<dt>Character Set
<dd>
</dl>
</div>

View file

@ -1,3 +1,28 @@
<div class="hts-doc-text">
<h3>In progress</h3>
<p>
Mux Schedulers enable Tvheadend to automatically play channels.
This is useful to get EPG, services or access rights updates.
</p>
<p>
<img src="docresources/configdvbmuxsched.png">
</p>
The columns have the following functions:
<dl>
<dt>Enabled
<dd>If selected, schedule will be triggered.
If unselected, schedule will be ignored.
<dt>Mux
<dd>Select mux to be played from the available muxes.
<dt>Cron
<dd>Schedule frequency, using cron syntax.
<dd>Example : every day at 2am is : 0 2 * * *
<dt>Timeout
<dd>Time in seconds the selected mux will be played.
<dd>Example : 1 hour would be 3600.
</dl>
</div>

View file

@ -1,3 +1,43 @@
<div class="hts-doc-text">
<h3>In progress</h3>
<p>
Networks
</p>
<p>
<img src="docresources/configdvbmuxsched.png">
</p>
The columns have the following functions:
<dl>
<dt>Network Name
<dd>Name of the network.
<dt>Network Discovery
<dd>
<dt>Skip initial Scan
<dd>
<dt>Idle Scan Muxes
<dd>
<dt>Max Input Streams
<dd>
<dt>Max Bandwidth
<dd>
<dt>Max timeout
<dd>
<dt>Network ID
<dd>
<dt>Character Set
<dd>
</dl>
</div>

View file

@ -1,3 +1,56 @@
<div class="hts-doc-text">
<h3>In progress</h3>
<p>
Services are automatically pulled from muxes and can be mapped to Channels.
</p>
<p>
<img src="docresources/configdvbmuxsched.png">
</p>
The columns have the following functions:
<dl>
<dt>Enabled
<dd>If selected, mux is enabled.
If unselected, mux is disabled.
<dt>Service Name
<dd>
<dt>Channel
<dd>Channel mapped to this service.
<dt>Encrypted
<dd>Service encryption status.
<dt>Network
<dd>Network the service is running on.
<dt>Mux
<dd>Mux the service is served from.
<dt>Service ID
<dd>
<dt>Local Channel Number
<dd>
<dt>Provider
<dd>
<dt>CRID Authority
<dd>
<dt>Service Type
<dd>
<dt>Pref. CA PID
<dd>
<dt>Character Set
<dd>
</dl>
</div>