bas-t / ffdecsawrapper

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

non-encrypted to encrypted #5

Closed DingoSEAD closed 10 years ago

DingoSEAD commented 11 years ago

In France, some pay TV are forced not to be encrypted at certain times. If you start looking at a non-encrypted channel and the coding starts , ffdecsawrapper (sasc too) stops working. Is it possible to solve this problem?

bas-t commented 11 years ago

I'm sure it can be done, but not easily. The way it is now, ffdecsawrapper clearly does not look for changes like that in a stream, only when starting it. Solving this would mean something like polling every so much packets it receives for changes. And when a change occurs start looking for keys etc. I don't see how this could be done without massive glitches and such.

But even when it could be done in such a way that you have a uninterupted stream to watch, there is no way that I can test it. In short, some dev in France should come up with something beautifull. If and when that happens, I will be glad to add it to FFdecsawrapper.