[mythtv-commits] Ticket #9336: EIT-scanning fails on encrypted channels

MythTV noreply at mythtv.org
Fri Dec 31 13:22:02 UTC 2010


#9336: EIT-scanning fails on encrypted channels
-------------------------------------+--------------------------
 Reporter:  tommy.alander@…          |          Owner:  stuarta
     Type:  Bug Report               |         Status:  assigned
 Priority:  minor                    |      Milestone:  unknown
Component:  MythTV - EIT             |        Version:  0.24
 Severity:  low                      |     Resolution:
 Keywords:  eit                      |  Ticket locked:  0
-------------------------------------+--------------------------

Comment (by danielk):

 In tv_rec.cpp at 2086 there is this code:
 {{{
         if (EITscan)
         {
             sm->GetStreamData()->SetVideoStreamsRequired(0);
             sm->IgnoreEncrypted(true);
         }
 }}}

 It is supposed to make sure the kDTVSigMon_WaitForCrypt flag is not
 set. This isn't really using the API as intended, but it should work.
 I think the problem is we're only running that code for MPEG tunes
 where there is no EIT and not for ATSC and DVB tunes where there is
 EIT.

 Can you try moving that code up to just above:
 {{{
   sm->SetRotorTarget(1.0f);
 }}}
 a few lines earlier and report back whether that works?

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9336#comment:7>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list