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/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to