[Live-devel] if the NAL is larger than fMaxSize
Ross Finlayson
finlayson at live555.com
Mon Nov 12 18:56:38 PST 2007
>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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20071112/75245712/attachment.html
More information about the live-devel
mailing list