Re: [Live-devel] Start Codes in Output Streams (again)

2017-12-28 Thread Ross Finlayson
> 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

[Live-devel] Start Codes in Output Streams (again)

2017-12-28 Thread richard.lince
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