manio / vdr-plugin-dvbapi

VDR dvbapi plugin for use with OSCam
http://www.streamboard.tv/wbb2/thread.php?threadid=40060
GNU General Public License v2.0
57 stars 25 forks source link

Freeze on providers with cw time more 20 sec. #90

Closed fantomkas closed 9 years ago

fantomkas commented 9 years ago

Please apply this patch for long cw lifetime providers.

--- vdr-plugin-dvbapi-2.2.0-472~fd4fcd6.orig/DeCSA.h +++ vdr-plugin-dvbapi-2.2.0-472~fd4fcd6/DeCSA.h @@ -32,7 +32,7 @@ extern "C" { .

define MAX_CSA_PIDS 8192

define MAX_CSA_IDX 16

-#define MAX_KEY_WAIT 20 // max seconds to consider a CW as valid +#define MAX_KEY_WAIT 25 // max seconds to consider a CW as valid .

include "DVBAPI.h"

. Thank you!

manio commented 9 years ago

What provider you mean exactly?

fantomkas commented 9 years ago

Russian provider KontinentTV 85E (caid 0602 irdeto) and Telekarta 85E (caid 0b01 conax).

manio commented 9 years ago

merged, thx :)