Re: [Live-devel] doGetNextFrame() in H264VideoStreamFramer

2007-11-02 Thread Ross Finlayson
Hi, everyone, I want to ask questions about doGetNextFrame() in H264VideoStreamFramer. 1. Should I copy "a whole frame data(a sequence of NALs of a frame)" or "a individual NAL unit" into the fTo address?? You should copy an individual NAL unit. 2. Who to control to call currentNALUnitEnd

[Live-devel] doGetNextFrame() in H264VideoStreamFramer

2007-11-02 Thread Chang,Yi-Wen
Hi, everyone, I want to ask questions about doGetNextFrame() in H264VideoStreamFramer. 1. Should I copy "a whole frame data(a sequence of NALs of a frame)" or "a individual NAL unit" into the fTo address?? 2. Who to control to call currentNALUnitEndsAccessUnit()? When? How to detect the NAL