<br><br><div class="gmail_quote">On Wed, Nov 19, 2008 at 7:35 AM, Andy Walls <span dir="ltr">&lt;<a href="mailto:awalls@radix.net">awalls@radix.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, 2008-11-19 at 01:45 -0500, Al McIntosh wrote:<br>
&gt; I am recording from the SVIDEO input.<br>
&gt;<br>
&gt; On Wed, Nov 19, 2008 at 1:41 AM, Al McIntosh &lt;<a href="mailto:al@allanmcintosh.com">al@allanmcintosh.com</a>&gt;<br>
&gt; wrote:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; I have been testing the HVR 1600 mostly using mythtv,<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 1 recording had hyperfast audio playback and I am also<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; noticing intermittent skips in audio, silence for about a 1<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; second.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Is this currently common behaviour?<br>
<br>
</div>This is a known problem with the first analog (e.g. SVIDEO) capture<br>
after modprobe. &nbsp;All subsequent captures after that one should be fine.<br>
<br>
I have an idea on how I might fix it. &nbsp;It&#39;s on my todo list. &nbsp;Since it<br>
has a simple workaround, it&#39;s pretty low on the list.<br>
<div class="Ih2E3d"><br>
<br>
<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; I noticed this in my dmesg :<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; [ 3087.476431] cx18-0: Cannot find buffer 33 for stream<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; encoder MPEG<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; [ 3087.476442] cx18-0: Could not find buf 33 for stream<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; encoder MPEG<br>
<br>
<br>
</div>This is the first message in a downward spiral of dropping buffers out<br>
of the driver &lt;-&gt; firmware buffer transfer rotation. &nbsp;If enough of those<br>
happen during a capture, the capture will stall. &nbsp;It is caused by a long<br>
interrupt response latency in your system (with the driver contributing<br>
to that latency). and the driver not checking for the firmware to driver<br>
mailbox being stale and possibly overwritten by the firmware.<br>
<br>
My latest changes in my experimental repo addresses precisely this<br>
problem. &nbsp;See my recent announcement on the lists.<br>
<br>
<br>
Regards,<br>
Andy<br>
<br>
</blockquote></div><br><br><br>Andy, I&#39;ll install and test your dev bundle tonight after work.&nbsp; <br><br>