Still no go.. I've attached a backend log to the ticket.<br><br>- Mark.<br><br><div><span class="gmail_quote">On 5/1/06, <b class="gmail_sendername">Daniel Kristjansson</b> &lt;<a href="mailto:danielk@cuymedia.net">danielk@cuymedia.net
</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 Mon, 2006-05-01 at 16:33 -0400, Mark Buechler wrote:<br>&gt; Tried 9847 but all I'm getting from the backend are messages like:
<br>&gt; 2006-05-01 16:31:40.133 PSIP packet failed CRC check. pid(0x10)<br>&gt; type(0x72)<br>&gt; 2006-05-01 16:31:40.133 PESPacket: Failed CRC check 0xffffffff !=<br>&gt; 0x1291273f<br>Type 0x72 is the DVB &quot;stuffing&quot; table, we should just ignore it
<br>instead of trying to verify the CRC...<br><br>If most of the CRC failures you are seeing are on the DVB stuffing<br>table, then this should be fairly easy to fix...<br><br>Try adding:<br>&nbsp;&nbsp;&nbsp;&nbsp;if (StreamID() == TableID::ST)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return true;<br><br>At the top of the VerifyCRC method in pespacket.cpp.<br><br>This should quiet this complaint. I'm not sure exactly where we should<br>be checking this, probably before this point since we should be able to
<br>avoid assembling these stuffing tables, which we will ignore anyway..<br><br>-- Daniel<br><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>