> Could you please let us know if, there is there an alternate solution
> available to stream H.264 video without using the FUAFragmenter's
> intermediate buffer?
No, not unless all of the input NAL units are small enough to fit (with RTP
packetization) into a single outgoing UDP packet.
Again
class or so)?
Thanks and regards,
Sudan
Subject:Re: [Live-devel] [live_devel] H264FUAFragmenter buffer
Date: Tue, 15 May 2012 00:21:44 -0700
From: Ross Finlayson
Reply-To: LIVE555 Streaming Media - development & use
To: LIVE555 Streaming Media - development &
The "H264FUAFragmenter" class was introduced - as an intermediary between
"H264VideoRTPSink" and its input source - to handle the (common) case of input
H.264 NAL units that are too large to fit into an outgoing RTP packet. In this
case, the data gets fragmented over multiple RTP packets.
Norm
Hello Ross,
We have done study to see how testH264VideoStreamer works. After step
debugging through the code we found that three buffer were created in
classes
- H264VideoRTPSink
- H264FUAFragmenter
and
- StreamParser
Just wanted to know the significance of H264FUAFragmenter buffer.
From code