> Does a route or method exists to pass these frames, including the multiple
> startcodes into a framer class?
Yes. A “H264VideoStreamFramer” takes as input an unstructured byte stream
containing an arbitrary number of H.264 NAL units, including ‘start codes’. In
contrast, a “H264VideoStreamD
Hi Ross,
Thanks for the libraries, these are great.
I'm trying to write a scalable RTSP system, subsequently, I want minimal
memory copies and parsing of bitstreams.
Most encoders provide output with start codes within the bitstreams (AMD is
the only one that gives you the option not to0).
A