[Live-devel] doGetNextFrame() in H264VideoStreamFramer
Ross Finlayson
finlayson at live555.com
Fri Nov 2 07:06:23 PDT 2007
>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 currentNALUnitEndsAccessUnit()? When?
You should implement this function so that it returns True if the NAL
unit that you just delivered is the last NAL unit of the frame, and
False otherwise.
>
> How to detect the NAL is the last one of the frame??
I don't know; you're going to figure that out yourself.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20071102/4fbb342f/attachment.html
More information about the live-devel
mailing list