Browse Source

README: Add newcamd OSCAM configuration example.

Georgi Chorbadzhiyski 12 years ago
parent
commit
5af257ac80
1 changed files with 32 additions and 6 deletions
  1. 32
    6
      README

+ 32
- 6
README View File

@@ -154,12 +154,12 @@ Examples:
154 154
        --input-rtp --input 239.0.50.11:5000 --output 239.78.78.78:5000
155 155
 
156 156
 
157
-OSCAM configuration
158
-===================
159
-In order for tsdecrypt to communicate with OSCAM, OSCAM must have user
160
-added in oscam.user file and cs378x protocol must be enabled.
157
+OSCAM cs378x configuration
158
+==========================
159
+In order for tsdecrypt to communicate with OSCAM using cs378x (camd35
160
+over tcp) protocol you can use configuration like the examples bellow.
161 161
 
162
-Example oscam.user file:
162
+# Example oscam.user file:
163 163
 [account]
164 164
 user     = user
165 165
 pwd      = pass
@@ -168,10 +168,36 @@ au       = 1
168 168
 uniq     = 0
169 169
 monlevel = 4
170 170
 
171
-Example part of oscam.conf file:
171
+# Example part of oscam.conf file:
172 172
 [cs378x]
173 173
 port    = 2233
174 174
 
175
+OSCAM newcamd configuration
176
+===========================
177
+In order for tsdecrypt to communicate with OSCAM using newcamd protocol
178
+you can use configuration like the examples bellow.
179
+
180
+# Example oscam.user file
181
+[account]
182
+user     = user
183
+pwd      = pass
184
+group    = 1
185
+au       = 1
186
+uniq     = 0
187
+monlevel = 4
188
+ident    = 0604:000000
189
+caid     = 0604
190
+
191
+# Example part of oscam.conf file:
192
+[newcamd]
193
+port     = 1122@0604:000000
194
+serverip = 0.0.0.0
195
+key      = 0102030405060708091011121314
196
+
197
+The above example allows tsdecrypt clients using newcamd to retrive keys
198
+from OSCAM serving CAID 0x0604 (Irdeto) on port 1122.
199
+
200
+
175 201
 Releases
176 202
 ========
177 203
 Official releases can be downloaded from tsdecrypt home page which is

Loading…
Cancel
Save