﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
10584	mpeg2 seektable generators are inconsistent	J.Pilk@…	beirdo	"mythtv-0.25-283_v0.25_rc_156_g02216ca.el6.rpm fromATrpms

Seektables generated during recording, or by mythcommflag --rebuild, or by mythtranscode  --mpeg2 --buildindex, are not the same.  I demonstrated this by making MythArchives of a short recording 'raw' and after running each command, and examining the .xml files created.  The mythcommflag version does not include a mark=0 entry and the offsets (byte positions) from both commflag and transcode are then consistently 188 bytes greater than the 'raw' value.  Maybe a within-packet offset got counted twice?

This was a recording from dvb-t.  I'll check to see if HD dvb-t2 recordings show a similar raw/mythcommflag discrepancy.

raw        <recordedseek>
        <mark offset=""188"" type=""9"" mark=""0""/>
        <mark offset=""461164"" type=""9"" mark=""30""/>

  
mythcommflag      <recordedseek>
        <mark offset=""461352"" type=""9"" mark=""30""/>
        <mark offset=""812724"" type=""9"" mark=""60""/>

mythtranscode       <recordedseek>
        <mark offset=""376"" type=""9"" mark=""0""/>
        <mark offset=""461352"" type=""9"" mark=""30""/>"	Bug Report - General	closed	minor	0.26.1	MythTV - General	0.25	medium	Fixed			0
