[mythtv-commits] Ticket #12945: DVB-T2 HD in Germany (Berlin) test services cannot be viewed correctly

MythTV noreply at mythtv.org
Wed Nov 30 00:26:51 UTC 2016


#12945: DVB-T2 HD in Germany (Berlin) test services cannot be viewed correctly
----------------------------------+------------------------
 Reporter:  linux@…               |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  major                 |      Milestone:  29.0
Component:  MythTV - DVB          |        Version:  0.28.0
 Severity:  medium                |     Resolution:
 Keywords:  fixes/0.28            |  Ticket locked:  0
----------------------------------+------------------------

Comment (by Guenter Kukkukk <linux@…>):

 Hmm - took me some time to work this out - now it looks obvious and
 simple. :-)

 With this patch mythfrontend is able to switch to lifeTV, showing *video
 and sound* - using DVB-T2 HD:

 diff --git a/mythtv/external/FFmpeg/libavformat/mpegts-mythtv.c
 b/mythtv/external/FFmpeg/libavformat/mpegts-mythtv.c
 index 2bbf89a..b62a923 100644
 --- a/mythtv/external/FFmpeg/libavformat/mpegts-mythtv.c
 +++ b/mythtv/external/FFmpeg/libavformat/mpegts-mythtv.c
 @@ -717,6 +717,7 @@ static const StreamType ISO_types[] = {
      { 0x10, AVMEDIA_TYPE_VIDEO,      AV_CODEC_ID_MPEG4 },
      { 0x11, AVMEDIA_TYPE_AUDIO,   AV_CODEC_ID_AAC_LATM }, /* LATM syntax
 */
      { 0x1b, AVMEDIA_TYPE_VIDEO,       AV_CODEC_ID_H264 },
 +    { 0x24, AVMEDIA_TYPE_VIDEO,       AV_CODEC_ID_HEVC },
      { 0xd1, AVMEDIA_TYPE_VIDEO,      AV_CODEC_ID_DIRAC },
      { 0xea, AVMEDIA_TYPE_VIDEO,        AV_CODEC_ID_VC1 },
      { 0 },

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


More information about the mythtv-commits mailing list