CI+ protocol implementation in minisatip

Support forum for minisatip
Post Reply
Yuri
Posts: 68
Joined: Thu Oct 01, 2015 7:26 pm

Re: CI+ protocol implementation in minisatip

Post by Yuri »

Replace the file ca.c no longer needed, all necessary functions are supported in the master branch.
BR,
Yuri
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

Re: CI+ protocol implementation in minisatip

Post by cata »

Ci+ code was merfed in github so is not needed to overwrite ca.c anymore
dorinilut
Posts: 10
Joined: Tue Aug 28, 2018 8:10 am

Re: CI+ protocol implementation in minisatip

Post by dorinilut »

Thank you all for your work. One last question. ON a duo2 where do the certificate files from this thread need to be placed? Or does the binary need to be built with them?
balou1974
Posts: 23
Joined: Sat Mar 10, 2018 8:23 pm

Re: CI+ protocol implementation in minisatip

Post by balou1974 »

If I do not stream an encrypted channel the authentication of the ci+ modul will stop at 30% with error 17. If I now stream an encrypted channel authentication should restart, but I think it does not because I do not see messages of the ci+ modul in the log anymore. Is there a solution for this problem or do I need to wait much longer for authentication to restart?
Yuri
Posts: 68
Joined: Thu Oct 01, 2015 7:26 pm

Re: CI+ protocol implementation in minisatip

Post by Yuri »

These are the features of the module firmware.
In case of error 17, restarting authentication is possible only in case of restarting the module.
In our case, this means restart minisatip.
BR,
Yuri
balou1974
Posts: 23
Joined: Sat Mar 10, 2018 8:23 pm

Re: CI+ protocol implementation in minisatip

Post by balou1974 »

Thank you Yuri!

Would it be possible to react to such errors with a reinit of CI+ modul? Maybe as command option of minisatip? reinit_on_error=17,xx,yy and so? What about a cron-script checking for error in minisatip.log and restart minisatip if some conditions occur? Would that be possible?
balou1974
Posts: 23
Joined: Sat Mar 10, 2018 8:23 pm

Re: CI+ protocol implementation in minisatip

Post by balou1974 »

... another idea would be to tune to given encrypted channel at start of minisatip (comandline parameter) ...
pimpim1
Posts: 20
Joined: Wed Aug 21, 2019 7:42 pm

Re: CI+ protocol implementation in minisatip

Post by pimpim1 »

Hi,
Whats can be a problem my ci+ stop decrypting for some random time, after some time resumes. Module in stb working very good.
Log: http://195.12.167.222/minisatip.log
for example 2019.08.22 11:12 - 11:23 decryption not working (service was scarbled).
Attachments
service.png
service.png (45.98 KiB) Viewed 29680 times
pimpim1
Posts: 20
Joined: Wed Aug 21, 2019 7:42 pm

Re: CI+ protocol implementation in minisatip

Post by pimpim1 »

We foud problem source. I think minisatip have some bug with multicam setup on one minisatip process. We split one adapter -> one minisatip process decryption do not stop.
Seem issue is one process -> mutli adapter,cams.
Its posible to fix this issue?
Thanks
Yuri
Posts: 68
Joined: Thu Oct 01, 2015 7:26 pm

Re: CI+ protocol implementation in minisatip

Post by Yuri »

Hi,
you wrong. Not any problem with multicam configuration.
Just expire cws table:

Code: Select all

[22/08 11:12:46.761 CA1]: CWS is full 80
As workaround i can suggest increase it in pmt.h:
#define MAX_CW 1000

BR,
Yuri
Post Reply