On 6/1/06, <b class="gmail_sendername">Simon Kenyon</b> &lt;<a href="mailto:simon@koala.ie">simon@koala.ie</a>&gt; wrote:<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>however, when i try to play it, i get a blank screen and the attached log.<br>after a while i killed it, it was doing nothing useful<br><br>hope this is of some use<br>this was with svn 9977<br>--<br>simon<br>
</blockquote></div><br>
The frontend fails to find keyframes with the BBC streams, all incoming
packets are dumped while its&nbsp; waiting to sync and the video
buffers never get filled.<br>
<br>
The hack below should give you some video but you'll need at least 10056.<br>
<br>
Mark<br>
<br>
<font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">Index: mythtv/libs/libmythtv/mpeg/h264utils.cpp <br><font color="#660066">=================================================================== 
<br></font>--- mythtv/libs/libmythtv/mpeg/h264utils.cpp (revision 10060) <br>+++ mythtv/libs/libmythtv/mpeg/h264utils.cpp (working copy)  <br>@@ -114,7 +114,8 @@ <br>     } <br> <br>     // stage 2: determine if it's an IDR AU 
<br>-    if (!saw_first_VCL_NAL_unit &amp;&amp; new_NAL_type == NALUnitType::SLICE_IDR) <br>+    //if (!saw_first_VCL_NAL_unit &amp;&amp; new_NAL_type == NALUnitType::SLICE_IDR)  <br>+    if (!saw_first_VCL_NAL_unit) <br>
     { <br>         keyframe = true; <br>     }</font></font><br>