]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
help: add missing information about new OSCam mode
authorMariusz Bialonczyk <manio@skyboo.net>
Tue, 6 Jan 2015 13:50:14 +0000 (14:50 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 7 Jan 2015 14:56:15 +0000 (15:56 +0100)
docs/html/config_caclient.html

index 7c62105d4e96650d3f628cb3f37c9f2b3335f3f8..812b7cc91ea63c08ef602183c69746550e95993b 100644 (file)
                 pmt_mode = 4
           </dl>
 
+      <dt>mode 5 (new OSCam since revision 10087)
+      <dd>Similar to mode 3 (TCP), but uses a new network protocol which also added
+          client/server greeting messages and protocol version information (to be able
+          to smoothly detect enhancements in the future).<br><br>
+          <b>This is currently the preferred mode (the other may be removed in future)!</b><br><br>
+          The following lines are required in <b>[dvbapi]</b> section of oscam.conf file:
+          <dl>
+            <dt>boxtype = pc<br>
+                pmt_mode = 4<br>
+                listen_port = 9000 # or your preferred port<br>
+          </dl>
+
   <dt>Comment
   <dd>Allows the administrator to set a comment only visible in this editor.
       It does not serve any active purpose.