[mythtv-commits] Ticket #13427: EIT from Digitenne DVB-T2 signal (NL) not received

MythTV noreply at mythtv.org
Mon Mar 18 11:53:23 UTC 2019


#13427: EIT from Digitenne DVB-T2 signal (NL) not received
-------------------------------------+-------------------------------------
     Reporter:  Klaas de Waal        |      Owner:  (none)
         Type:  Bug Report -         |     Status:  new
  General                            |
     Priority:  minor                |  Milestone:  31.0
    Component:  MythTV - General     |    Version:  Master Head
     Severity:  low                  |   Keywords:  DVB channelscan
Ticket locked:  0                    |  Digitenne NL
-------------------------------------+-------------------------------------
 After a channelscan of the Digitenne DVB-T2 signal (NL) all channels are
 configured with "Use on air guide" off.
 The EIT information is present in the transport stream, as confirmed with
 the "DVB-Inspector" analysis tool, but the SDT for each service has the
 EIT_schedule_flag and the EIT_present_following_flag set to 0.

 Consequently, the following code in channelscan_sm.cpp:

 {{{
     info.m_use_on_air_guide =
         sdt->HasEITPresentFollowing(i) ||
         sdt->HasEITSchedule(i) ||
         force_guide_present;

 }}}
 sets m_use_on_air_guide to false.

 This can be fixed for now by setting force_guide_present also for the
 network ID of Digitenne.
 This fix can be removed when/if the SDT table is corrected.

 Patch will be forthcoming.

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


More information about the mythtv-commits mailing list