manio / vdr-plugin-dvbapi

VDR dvbapi plugin for use with OSCam
http://www.streamboard.tv/wbb2/thread.php?threadid=40060
GNU General Public License v2.0
57 stars 25 forks source link

Enhancement: TS Buffering #98

Closed Quantomax closed 9 years ago

Quantomax commented 9 years ago

Would it be possible, to buffer, let's say a up to second, of TS Data in Memory, so that the just calculated ecm is needed that second later?

AKA: ECM -> Send to CAM -> Buffer -> Get CW -> Descramble "with minimal timeshift"

Regards, Q.

manio commented 9 years ago

Hi. It would be maybe possible before, but now the plugin is decrypting and pushing data back to vdr as soon as possible. There is no buffering in the plugin, in VDR only. Even if it would be possible, I am trying to zap with minimal delay, not adding extra lag. Also please note that the stream must be keep in sync with the ECMs - otherwise it will make distortions when the key get sooner or later to the decrypter.

You can search for offline decryption tools if you wish.