Re: [Live-devel] H264VideoFramer truncating frames

2015-03-11 Thread Robert Smith
I've got this working now, I think my problem was conceptually treating the byte stream as a series of frames instead of as a continuous stream. Having looked at the ByteStreamMemoryBufferSource class it makes a lot more sense now. On 03/11/2015 10:10 AM, Robert Smith wrote: Firstly apologie

Re: [Live-devel] H264VideoFramer truncating frames

2015-03-11 Thread Robert Smith
Firstly apologies for the multiple posts. The platform is a TI DaVinci DM8148 using TI's HDVICP2 video encoder hardware. As far as I can tell the encoder is capable of outputting discrete NALU's but we are only able to use the encoder via an OpenMAX API which doesn't expose this behaviour.. it