Hi,

I'm new to libav and trying to use it in decoding elementary H.264 video 
streams 
in a C++ application. I've read the documentation and some tutorials and my 
problem is all examples start with a video file—but I don't have one.

I only have an address of blocks of my video data in memory and I'm looking for 
a way to push these data frames as they come in little by little to libav for 
decoding. How do I do that when it seems to me I have to setup an decoder with 
AVFormatContext using an actual input file and keep working on that file.

How can I get libav to work with this plain data streaming and file-less 
environment?

Thank you very much,
Bob



_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to