<div dir="ltr">On Sun, Sep 22, 2013 at 2:23 PM, Ian Evans <span dir="ltr">&lt;<a href="mailto:dheianevans@gmail.com" target="_blank">dheianevans@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">
<div class="im">On Sun, Sep 22, 2013 at 9:41 AM, Jim Stichnoth <span dir="ltr">&lt;<a href="mailto:stichnot@gmail.com" target="_blank">stichnot@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Try copying the file from that 3-minute sample, or from the original recording, into your Video Gallery directory, then do a rescan from the Video Gallery, and see if the file plays correctly.  If it does, this suggests incorrect markup for the recording.  &quot;mythutil --clearseektable --chanid xxx --starttime yyy&quot; doesn&#39;t currently clear this particularly markup, so to continue testing, one would need to directly execute a DB query to clear the extra markup.<br>
</div></blockquote></div><div class="im"><div><br></div></div><div>I copied it over to Mythvideo and was able to seek/fast forward.<br></div><div><br></div></div></div></div></blockquote><div>OK, sounds like extra markup is getting in your way then.  If you&#39;re comfortable with using raw mysql commands, try this:</div>
<div><br></div><div>  select * from recordedmarkup where chanid=xxx and starttime=yyy and type&gt;=33;</div><div><br></div><div>I&#39;m interested in what shows up in the &quot;data&quot; column.  I&#39;m guessing there are some zeros or otherwise small numbers.  (type=33 gives the length in milliseconds, type=34 gives the total frame count)</div>
<div><br></div><div>Finally, if you&#39;re extra comfortable with raw mysql commands:</div><div><br></div><div>  delete from recordedmarkup where chanid=xxx and starttime=yyy and type&gt;=33;</div><div><br></div><div>Unfortunately, there&#39;s no way that I know of to do the latter with standard MythTV commands.  I&#39;m pondering whether &quot;mythutil --clearseektable&quot; should be doing that as well.</div>
<div><br></div><div>Jim</div></div></div></div>