I have some questions regarding H.264 streaming:

1) Is it true that if we have one NAL unit in a frame then the virtual function "currentNALUnitEndsAccessUnit()" always returns true" ?

Yes, iff by "frame" you mean a complete video frame - i.e., an entire 'picture'.


2) Who will do the framing from byte stream? Is it done automatically or should we do it explicitly?

Your subclass of "H264CVideoStreamFramer" would need to do this.


3) Is it a good idea to have one NAL unit in a frame? Will encoders do this?

No idea, sorry...
--

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