Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
mdhelp: add more property descriptions, add priority and streaming_pr…
…iority property docs
- Loading branch information
Showing
4 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| : | ||
|
|
||
| The tuner (or network if using IPTV) with the highest priority value | ||
| will be used out of preference. If the tuner is busy the next available | ||
| with the highest priority value will be used. | ||
|
|
||
| An example: | ||
|
|
||
| Tuner | Tuner A | Tuner B | Tuner C | ||
| -----------------|---------|---------|-------- | ||
| Priority | 100 | 50 | 80 | ||
| Status | BUSY | IDLE | IDLE | ||
|
|
||
| In the above table *Tuner A* is busy so Tvheadend will have to use the | ||
| next available idle tuner which in this example is *Tuner B* and *Tuner C* | ||
| but because *Tuner C* has the higher priority of the two Tvheadend will | ||
| use that instead of *Tuner B*. If no priority value is set for any tuners | ||
| Tvheadend will use the first available idle tuner. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| : | ||
|
|
||
| Streaming priority is like the *Priority* setting (above) but only | ||
| applies when streaming over HTTP or HTSP. If no streaming priority value | ||
| is set (0) the priority value is used instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters