[mythtv] [PATCH] Enable recording of encrypted channels without decrypting them first.

Raymond Wagner raymond at wagnerrp.com
Thu Jul 15 19:04:00 UTC 2010


On 7/15/2010 14:30, Derek Atkins wrote:
>> On Thu, Jul 15, 2010 at 9:30 AM, James Courtier-Dutton<james.dutton at gmail.com
>>      
>>      I would have to create a "plugin" to do the actual decryption, and
>>      never submit it as a patch to myth, although I could host the patch on
>>      a web site where I live.
>>      
> Just be careful about the 'crypto-with-a-hole' rules..  You need to show
> that the interface is general, and can be used with anything, not just
> something for the crypto.  For example, you might want to make something
> that does e.g. deinterlacing, or some other real in-place data
> transformation.
>    

So... use the existing jobqueue infrastructure, and just use your 
post-processor/decryptor as a user job.  You would have to track 
upcoming recordings in the scheduler, and handle tuner locking through 
mythprotocol, so your use of the CAM would not interfere with MythTV's 
normal access to the tuner card.


More information about the mythtv-dev mailing list