added doc for capmt connections
This commit is contained in:
parent
4ffdc61f78
commit
e552187fb2
3 changed files with 57 additions and 0 deletions
|
@ -33,3 +33,4 @@ emit section 4.4 "Tags configuration" html/config_tags.html
|
|||
emit section 4.5 "Digital Video Recorder configuration" html/config_dvr.html
|
||||
emit section 4.6 "DVB configuration" html/config_dvb.html
|
||||
emit section 4.7 "CWC configuration" html/config_cwc.html
|
||||
emit section 4.8 "Capmt Connections" html/config_capmt.html
|
||||
|
|
BIN
docs/docresources/configcapmt.png
Normal file
BIN
docs/docresources/configcapmt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
56
docs/html/config_capmt.html
Normal file
56
docs/html/config_capmt.html
Normal file
|
@ -0,0 +1,56 @@
|
|||
<div class="hts-doc-text">
|
||||
|
||||
Tvheadend support connecting to card clients via the capmt protocol for so called softcam descrambling.
|
||||
|
||||
<p>
|
||||
<img src="docresources/configcapmt.png">
|
||||
|
||||
<p>
|
||||
The servers are listed / edited in a grid.
|
||||
|
||||
<ul>
|
||||
<li>To edit a cell, double click on it. After a cell is changed it
|
||||
will flags one of its corner to red to indicated that it has been
|
||||
changed. To commit these changes back to Tvheadend press the
|
||||
'Save changes' button. In order to change a Checkbox cell you only
|
||||
have to click once in it.
|
||||
|
||||
<li>To add a new entry, press the 'Add entry' button. The new (empty) entry
|
||||
will be created on the server but will not be in its enabled state.
|
||||
You can now change all the cells to the desired values, check the
|
||||
'enable' box and then press 'Save changes' to activate the new entry.
|
||||
|
||||
<li>To delete one or more entries, select the lines (by clicking once on
|
||||
them), and press the 'Delete selected' button. A pop up
|
||||
will ask you to confirm your request.
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
The columns have the following functions:
|
||||
|
||||
<dl>
|
||||
<dt>Enabled
|
||||
<dd>If selected, connection will be tried to be established and retained up.
|
||||
If unselected, Tvheadend will disconnect (if connected) and not try to reconnect.
|
||||
|
||||
<dt>Camd.socket Filename
|
||||
<dd>Socket filename which is usually opened by cam client. Tvheadend
|
||||
tries to connect to this socket file.
|
||||
|
||||
<dt>Listenport
|
||||
<dd>If running on a so called full-featured DVB-Card this can be left
|
||||
empty.
|
||||
Running on Budget-Cards one has to use a dummy ca-device. This is
|
||||
emulated via capmt_ca.so. This module has to be pre-loaded prior to
|
||||
the cam client.
|
||||
|
||||
LD_PRELOAD=/path/to/capmt_ca.so cam_client &
|
||||
|
||||
This module will communicate the received control-words back to
|
||||
Tvheadend via Port 9000
|
||||
|
||||
<dt>Comment
|
||||
<dd>Allows the administrator to set a comment only visible in this editor.
|
||||
It does not serve any active purpose.
|
||||
</dl>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue