[mythtv-users] is it possible to record the BBC HD trial with a Nexus-S?

Mark Kendall mark.kendall at gmail.com
Thu Jun 1 19:28:45 UTC 2006


On 6/1/06, Simon Kenyon <simon at koala.ie> wrote:
>
>
> however, when i try to play it, i get a blank screen and the attached log.
> after a while i killed it, it was doing nothing useful
>
> hope this is of some use
> this was with svn 9977
> --
> simon
>

The frontend fails to find keyframes with the BBC streams, all incoming
packets are dumped while its  waiting to sync and the video buffers never
get filled.

The hack below should give you some video but you'll need at least 10056.

Mark

Index: mythtv/libs/libmythtv/mpeg/h264utils.cpp
=================================--- mythtv/libs/libmythtv/mpeg/h264utils.cpp (revision 10060)
+++ mythtv/libs/libmythtv/mpeg/h264utils.cpp (working copy)
@@ -114,7 +114,8 @@
}

// stage 2: determine if it's an IDR AU
- if (!saw_first_VCL_NAL_unit && new_NAL_type = NALUnitType::SLICE_IDR)
+ //if (!saw_first_VCL_NAL_unit && new_NAL_type = NALUnitType::SLICE_IDR)
+ if (!saw_first_VCL_NAL_unit)
{
keyframe }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060601/740e27a6/attachment.htm 


More information about the mythtv-users mailing list