Browse Source

README: Add Reporting bugs section.

Georgi Chorbadzhiyski 12 years ago
parent
commit
217e9c89de
1 changed files with 22 additions and 0 deletions
  1. 22
    0
      README

+ 22
- 0
README View File

@@ -201,6 +201,28 @@ key      = 0102030405060708091011121314
201 201
 The above example allows tsdecrypt clients using newcamd to retrive keys
202 202
 from OSCAM serving CAID 0x0604 (Irdeto) on port 1122.
203 203
 
204
+Reporting bugs
205
+==============
206
+If you think you have found bug in tsdecrypt, please report it to the
207
+e-mail listed in Contact section (see below) of this README file.
208
+
209
+Please use --debug 1 and --log-file tsdecrypt.log options and send the
210
+resulting tsdecrypt.log file along with the full command line which you
211
+used and describe what you think the tsdecrypt does wrong.
212
+
213
+One commonly seen error is not an error in tsdecrypt at all. You
214
+have to make sure that the software that streams channels from the
215
+DVB card is sending ECMs and EMMs along with other streams. If these
216
+streams are missing you'll probably get the following messages from
217
+tsdecrypt:
218
+
219
+2012-04-02 22:02:12 | ECM | Received 0 (0 dup) and processed 0 in 3 seconds.
220
+2012-04-02 22:03:09 | CW  | *ERR* No valid code word was received for 60 seconds!
221
+2012-04-02 22:03:12 | ECM | Received 0 (0 dup) and processed 0 in 60 seconds.
222
+
223
+Please configure your software to stream ECMs and EMMs. For dvblast
224
+(version 2.0 and above) the correct options are --ecm-passthrough and
225
+--emm-passthrough.
204 226
 
205 227
 Releases
206 228
 ========

Loading…
Cancel
Save