My first post in this board so: Hi to all and Happy new year
I've tested this new plugin as cardclient in radegast and newcamd emulation in a local network with a Newcs 1.30 server, all is working fine except this detail:
I'm using a NDS card and every time there is a key change (exactly every 10 seconds) the image glitches.
This happens with every cardclient I tried except WINCSC (build 2483) where has been implemented this piece of code as suggested by newcs creator:
Code:
if(memcmp(c0,ca_descr0.cw,8) !=0)
{
memset(c0,0,sizeof(c0));
if(memcmp(c0,ca_descr0.cw,8) !=0)
{
write_cw0=1;
}
}
if(memcmp(c1,ca_descr1.cw,8) !=0)
{
memset(c1,0,sizeof(c1));
if(memcmp(c1,ca_descr1.cw,8) !=0)
{
write_cw1=1;
}
}
Is it possible add something similar also in ACAMD ?
Regards
Varesino
Disabled zero keys,
Added auto provider search [PMT Scan] must be activated.
Attachment 52021
Now it's working perfectly. Thank you.
I made other tests and I found another small problem:
In my configurated software (GBPVR) I have 2 DVB boards, if they works in the same time (i.e. if I record 2 different channels) 2 instance of your plugin are created but seem to interfere one to each other causing a crash of the application.
Is it somethingh that can be managed?
Regards
Varesino
New plugin for cardclient & smartcard emulator..
Support CardClients:
Newcamd
Radegast (no EMM)
Gbox (localhost no EMM)
Camd35 (only EMM for I****/beta and Seca)
SmartCards:
Seca
I*****
Viaccess
Changes in v0.5.1.0
-Fixed Multiple instace
-Added Newcamd retry login
-Added Filter options ECM-Cache EMM-Cache and DCW-Cache
-Added Split ECM (only for DVBViewer)
-Changed Locking for DVBViewer, maybe bad result
-Delete Feynman
thanks for ever