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

MythTV noreply at mythtv.org
Sun Apr 10 05:36:02 UTC 2016


#12718: IPTV channels with dual programs in PAT do not work
--------------------------------------+-------------------------
     Reporter:  andrej.filipcic@…     |      Owner:
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  MythTV - General      |    Version:  Unspecified
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+-------------------------
 Some IPTV channels have more complex PAT, an example for 3 of them:

    * PROGRAM_ID=0 (0x00), PMT_PID: 16(0x10)
    * PROGRAM_ID=701 (0x2BD), PMT_PID: 701(0x2BD)

    * PROGRAM_ID=1 (0x01), PMT_PID: 32(0x20)
    * PROGRAM_ID=0 (0x00), PMT_PID: 16(0x10)

    * PROGRAM_ID=0 (0x00), PMT_PID: 16(0x10)
    * PROGRAM_ID=2500 (0x9C4), PMT_PID: 2590(0xA1E)

 Typically, the non 0 program is the one to select. A simple  fix in
 IPTVSignalMonitor::HandlePAT solves the issue for me, where the highest
 program number is selected.

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


More information about the mythtv-commits mailing list