[mythtv-commits] Ticket #12993: HEVC/H265 Parser missed for Recordings

MythTV noreply at mythtv.org
Sat Jan 13 00:57:47 UTC 2018


#12993: HEVC/H265 Parser missed for Recordings
-------------------------------------+--------------------------
 Reporter:  laasa@…                  |          Owner:  pbennett
     Type:  Bug Report - General     |         Status:  assigned
 Priority:  minor                    |      Milestone:  unknown
Component:  MythTV - Video Playback  |        Version:  0.28.1
 Severity:  low                      |     Resolution:
 Keywords:  HEVC,H.265,H265          |  Ticket locked:  0
-------------------------------------+--------------------------

Comment (by pbennett):

 Clear the seektable this way
 {{{
 mythutil --clearseektable --chanid 2763 --starttime 20170814180000
 }}}
 To get the chanid and starttime you can look at the information (press I
 in the watch recordings window). The file name will normally be something
 like 2763_20170814180000.ts or 2763_20170814180000.mpg. In either case the
 first 4 digits are the chanid and the rest is the start time.

 To verify you can run this
 {{{
 mythutil --checkrecordings
 }}}
 That will tell you which recordings do not have seektables

 The fix is really going to have to be in the recorder, so having an
 already recorded file will not really help much. Let's see if deleting the
 seektable helps, then maybe I can prevent it from creating a seektable for
 H265 recordings, as an interim step.

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


More information about the mythtv-commits mailing list