Question for those having this issue, does this happen only in LiveTV or in all recordings?<br><br>I&#39;ve seen this as well, but under different circumstances. I&#39;m running kernel 2.6.18 with slightly newer DVB modules and 
ivtv-0.8.2 all with MythTV just before the ffmpeg sync. All this worked quite well until I updated my DVB modules to the latest hg snap after which time I see the same pre-buffer pauses others are seeing. I reverted back to an older DVB hg tree and all is well now.
<br><br>The reason I suspect this MAY be related is that the DVB hg tree includes more than just DVB modules - it also includes media modules used with ivtv, and these modules frequently get sync&#39;ed into newer kernel versions. I suspect we&#39;re either looking at a combination of factors or possibly something having nothing to do with the ffmpeg sync at all.
<br><br>- Mark.<br><br><div><span class="gmail_quote">On 8/7/07, <b class="gmail_sendername">Matt</b> &lt;<a href="mailto:skd5aner@gmail.com">skd5aner@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 8/6/07, Anduin Withers &lt;<a href="mailto:awithers@anduin.com">awithers@anduin.com</a>&gt; wrote:<br>&gt; &gt;&nbsp;&nbsp;Since the ffmpeg resync - [13655] - one of my frontends has had issues<br>&gt; &gt;&nbsp;&nbsp;playing back recordings from the PVR150 in the backend. If I roll back to
<br>&gt; &gt;&nbsp;&nbsp;13654 playback is smooth but on 13655 it&#39;s unwatchable (prebuffering<br>&gt; &gt;&nbsp;&nbsp;pauses every 2 seconds or so). This only occurs with recordings from the<br>&gt; &gt;&nbsp;&nbsp;PVR150, playing from the DVB cards is fine.
<br>&gt; [...]<br>&gt; &gt; Ticket URL: &lt;<a href="http://svn.mythtv.org/trac/ticket/3690">http://svn.mythtv.org/trac/ticket/3690</a>&gt;<br>&gt;<br>&gt; I had one frontend that was hitting this bug and so spent a good chunk of
<br>&gt; yesterday looking in to 3690.<br>&gt;<br>&gt; It looks like libavformat/mpeg.c mpegps_read_pes_header line 1446:<br>&gt;<br>&gt; url_fseek(&amp;s-&gt;pb, last_sync, SEEK_SET);<br>&gt;<br>&gt; This will result in calls to RingBuffer::Seek() with seeks to where we are,
<br>&gt; not too bad except for unnecessary things like a potential network call and<br>&gt; worse, a ResetReadAhead call.<br>&gt;<br>&gt; For me the difference between unwatchable even at 1x and, as it was back at<br>&gt; 13654, is a check early in RingBuffer::Seek(). My change is to do nothing
<br>&gt; (not literally nothing, return the right values) when SEEK_SET(where we are)<br>&gt; and SEEK_CUR(0).<br>&gt;<br>&gt; Does anyone object to this change? (I&#39;ll attach the patch to the ticket<br>&gt; later tonight)
<br>&gt;<br>&gt; --<br>&gt; Anduin Withers<br>&gt;<br>&gt; _______________________________________________<br>&gt; mythtv-dev mailing list<br>&gt; <a href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a><br>&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev</a><br>&gt;<br><br><br>Anduin... I&#39;ll be happy to test a patch to let you know if it<br>addresses my issues!&nbsp;&nbsp;This has probably been one of the very few bugs<br>out there that I&#39;ve ever experienced in trunk that has cause my myth
<br>system to be completely unusable.&nbsp;&nbsp;Thank you for taking the time to<br>research and address this issue.&nbsp;&nbsp;I see the patch is there now.&nbsp;&nbsp;I<br>don&#39;t have time tonight to test, but hopefully can test tomorrow.<br><br>
Thanks!<br>Matt<br>_______________________________________________<br>mythtv-dev mailing list<br><a href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev</a><br></blockquote></div><br>