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 caclient
- Loading branch information
Showing
3 changed files
with
42 additions
and
1 deletion.
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,38 @@ | ||
| ##Configuration - CAs | ||
|
|
||
| Tvheadend support connecting to card clients via the cwc (newcamd) and | ||
| capmt (linux network dvbapi) protocols for so-called 'softcam' descrambling. | ||
|
|
||
| --- | ||
|
|
||
| ####Menu Bar/Buttons | ||
|
|
||
| The following functions are available: | ||
|
|
||
| Button | Function | ||
| --------------------|--------- | ||
| **Save** | Save any changes made to the CA client configuration | ||
| **Undo** | Undo any changes made to the CA client configuration since the last save. | ||
| **Add** | Add a new CA client configuration. | ||
| **Delete** | Delete an existing CA client configuration. | ||
| **Move Up** | Move the selected CA client configuration up in the list. | ||
| **Move Down** | Move the selected CA client configuration down in the list. | ||
| **Show Passwords** | Reveals any stored CA client passwords. | ||
| **Help** | Display this help page. | ||
|
|
||
| --- | ||
|
|
||
| ####Available CA types | ||
|
|
||
| New CA configurations are created with the _Add_ button, with subsequent | ||
| editing done within the grid. The following configuration parameters are | ||
| used, depending on the type of CA access: | ||
|
|
||
| * List of types | ||
|
|
||
| - [CAPMT (Linux Network DVBAPI)](class/caclient_capmt) | ||
| - [Code word client (newcamd)](class/caclient_cwc) | ||
| - [DES constant code word client](class/caclient_ccw_des) | ||
| - [AES constant code word client](class/caclient_ccw_aes) | ||
|
|
||
| --- |
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