[Live-devel] doGetNextFrame() in H264VideoStreamFramer

2007-11-05 Thread Chang,Yi-Wen
The said NAL unit's format indicates a NAL unit stream or byte stream? Or both is ok? If our NAL unit is byte stream format, should I extract NAL unit from the byte stream? Thank you very much.___ live-devel mailing list live-devel@lists.live555.com h

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

2007-11-05 Thread Ross Finlayson
Do you know the maximum size of a NAL unit? Sorry, no. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] doGetNextFrame() in H264VideoStreamFramer

2007-11-05 Thread Chang,Yi-Wen
Hi, Ross, Thank you for answering. Do you know the maximum size of a NAL unit? In doGetNextFrame(), is it possible that size of a NAL unit exceed and to be fragmented? Thanks!___ live-devel mailing list live-devel@lists.live555.com http://lists.live5

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