Hi,
Is there any way in iOS to directly decode an h.264 video stream from memory buffers?
I know that the OS supports h.264 when reading a file or an HTTP live stream, but I'm getting data from another source (an RTSP server) that is not directly supported by AVAsset.
Is there a "Core Video" SDK on iOS that is equivalent to Core Audio?
Thanks,
Frank