diff --git a/docs/html/config_capmt.html b/docs/html/config_capmt.html index 26e04a48..56fd42dd 100644 --- a/docs/html/config_capmt.html +++ b/docs/html/config_capmt.html @@ -33,11 +33,14 @@
If selected, connection will be tried to be established and retained up. If unselected, Tvheadend will disconnect (if connected) and not try to reconnect. -
Camd.socket Filename +
Camd.socket Filename / IP Address
Socket filename which is usually opened by cam client. Tvheadend tries to connect to this socket file. +

+ In mode 3 (TCP), enter the IP address of the oscam server. Tvheadend + tries to create a TCP connecting to this IP adress and Connect port. -

Listenport +
Listen / Connect port
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 @@ -48,15 +51,39 @@ This module will communicate the received control-words back to Tvheadend via Port 9000 +

+ In mode 3 (TCP), this port is used for the oscam connection. It must + be equal to the listen port in the oscam/dvbapi settings.

OSCam mode -
If selected, connection will be made directly to oscam without using LD_PRELOAD hack.
- Port 9000 will be used automatically.
- The following lines are required in [dvbapi] section of oscam.conf file: -
-
boxtype = pc
- pmt_mode = 4 -
+
+ +
mode 0 (LD_PRELOAD) +
LD_PRELOAD hack is active + +
mode 1 (old OSCam) +
If selected, connection will be made directly to oscam without + using LD_PRELOAD hack.
+ Port 9000 will be used automatically.
+ The following lines are required in [dvbapi] section of oscam.conf file: +
+
boxtype = pc
+ pmt_mode = 4 +
+ +
mode 2 (new OSCam since revision 9095) +
In this mode, no UDP connections are required. All communication + is processed though the Camd.socket + +
mode 3 (new OSCam since revision 9574) +
A TCP connection to server is created. All emm/ecm data are send + to oscam using this connection without a requirement for the real + linuxdvb devices in the system with OSCam. This mode is suitable + for all DVB devices including SAT>IP and IPTV. + +
mode 4 (new OSCam since revision patched) +
Similar to mode 3, but a Camd.socket connection is used instead + of the TCP connection.
Comment
Allows the administrator to set a comment only visible in this editor.