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: convert configuration / general to mdhelp
- Loading branch information
Showing
8 changed files
with
39 additions
and
4 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,6 @@ | ||
| ##Configuration - General | ||
|
|
||
| This tabs allow configuration of several general parameters that affect | ||
| the core Tvheadend functionality. | ||
|
|
||
|  |
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,6 @@ | ||
| ##Configuration - Image Cache | ||
|
|
||
| This will cache any channel icons or other images (such as EPG metadata) | ||
| to be served from the local webserver. This can be useful for | ||
| multi-client systems and, generally, to reduce hits on upstream | ||
| providers. |
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,15 @@ | ||
| ##Configuration - SAT>IP Server | ||
|
|
||
| SAT>IP Server is something like DVB network tuner. Tvheadend can | ||
| forward mpegts input streams including on-the-fly descramling to SAT\>IP | ||
| clients. | ||
|
|
||
| Only networks with the “SAT>IP Source” field set are exported through | ||
| the SAT>IP protocol. This field is matched through the “src” parameter | ||
| asked from the SAT>IP client. Usually (and by default) this value is 1. | ||
| For satellite tuners, this value determines the satellite source (dish). | ||
| By specification position 1 = DiseqC AA, 2 = DiseqC AB, 3 = DiseqC BA, 4 | ||
| = DiseqC BB, but any numbers may be used - depends on the SAT\>IP | ||
| client. Note that if you use a similar number for multiple networks, the | ||
| first matched network containing the mux with requested parameters will | ||
| win (also for unknown mux). |
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
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
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