[mythtv-commits] Ticket #2519: Encrypted DVB channels not working

MythTV mythtv at cvs.mythtv.org
Tue Oct 3 07:58:11 UTC 2006


#2519: Encrypted DVB channels not working
------------------------------------+---------------------------------------
 Reporter:  tim at opensystems.net.au  |       Owner:  ijr    
     Type:  patch                   |      Status:  new    
 Priority:  major                   |   Milestone:  unknown
Component:  mythtv                  |     Version:  0.20   
 Severity:  high                    |  
------------------------------------+---------------------------------------
 This is because the DVB CI device is not closed properly.  The
 /dev/dvb/adapterX/ca0 device is opened (and not closed) when mythbackend
 is started.  Subsequent opens (when attempting to watch TV) will then
 always fail.

 Since the CI Handler was split into two derived classes (high and low
 level CI), now the destructors of the derived classes never run.  The base
 class must have a virtual destructor defined.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2519>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list