bas-t / ffdecsawrapper

FFdecsa empowered softcam for MythTV
GNU General Public License v3.0
17 stars 9 forks source link

Multiple ECM Requests #25

Closed mrfloppy82 closed 9 years ago

mrfloppy82 commented 9 years ago

Hello,

ffdecsawrapper works better for me than scsc-ng. Great work!

I have Sky Germany (DVB-S). In my Oscam logs I can see that when I tune to one channel ffdecsawrapper requests also the ecm for another channel on the same transponder. Is that normal behavior? I think this double-loaded my card. I'am using mythtv 0.27.

Best regards!

bas-t commented 9 years ago

I don't know about oscam, could be that it is configured to do so.

In /etc/default/ffdecsawrapper, you could change the OPTS line into:

OPTS="--daemon --cam-budget"

And then see what happens. You are running FFdecsawrapper from 'master' branch, right?

bas-t commented 9 years ago

And to answer your question: no, that is not normal behaviour.

mrfloppy82 commented 9 years ago

Hi,

thanks for the tip. I removed the "sid-allpid" Option. This solve my Problems.

Best regards!