Thank you.
But I am confused.
I am playing H.264, and just implement H264VideoStreamFramer::doGetNextFrame() and checkForFrame().

As you said, should I control to call getNextFrame() from H264RTPSink with a large enough maxSize?
Could you show me directions of how to do that?

Yes, add
        OutPacketBuffer::maxSize = <whatever-maximum-NAL-unit-size-you-want>;
to your code, before you create any "RTPSink"s (or create a "RTSPServer").



Another, what is is H264FUAFragmenter used for?

It's used to implement FU-A packets, as defined in RFC 3984. You should not have to care about that code (it just works :-)
--

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