bas-t / ffdecsawrapper

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

Network timeouts #28

Closed mrfloppy82 closed 9 years ago

mrfloppy82 commented 9 years ago

Hi,

after several hours I get timeouts from the cardclient.

"select timed out" are in my logs.

I found out that before we call "select" we must do FD_ZERO, FD_SET and set the timeout. After that changes I had no more network timeouts.

bas-t commented 7 years ago

Hi, could you please have a look at this: https://github.com/bas-t/descrambler/issues/7 It seems that your solution to prevent timeouts from the cardclient contains one or more bugs. Not that I'm affected by those supposed bugs, but anyhow, someone is struggling with your code. Usually that means: numerous people are affected by this code, but only one of them reported it.

Kind regards, Tycho.

bas-t commented 7 years ago

Never mind, it was a false alarm. It's related only to the use of cccam, it's far from mature in this repo (and probably never will get fixed).