[mythtv-commits] Ticket #12718: IPTV channels with dual programs in PAT do not work

MythTV noreply at mythtv.org
Sun Apr 10 06:39:52 UTC 2016


#12718: IPTV channels with dual programs in PAT do not work
----------------------------------+--------------------------------
 Reporter:  andrej.filipcic@…     |          Owner:
     Type:  Bug Report - General  |         Status:  infoneeded_new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - Recording    |        Version:  Unspecified
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+--------------------------------

Comment (by andrej.filipcic@…):

 To be more precise, it seems that the part of the code in your patch is
 never reached, since it breaks at the beginning of the first block of
 DTVSignalMonitor::HandlePAT:
 {{{
     AddFlags(kDTVSigMon_PATSeen);
     int pmt_pid = pat->FindPID(programNumber);
     if (GetStreamData() && pmt_pid)
     {
         AddFlags(kDTVSigMon_PATMatch);
         GetStreamData()->AddListeningPID(pmt_pid);
         insert_crc(seen_table_crc, *pat);
         return;
     }
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12718#comment:3>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list