Hello everyone. Is there a quick and easy way to pass a data buffer to a function similar to av_open_input_file() where the libav library can still parse the buffer for the correct format and streams but not have to open a file or URL? I have data streaming data that comes in through a closed source protocol that I need to decode. So far I've tried putting the data directly into a AVFormatContext ByteIOContext buffer and then call av_open_input_file with the input format set and flagged as AVFMT_NOFILE but that gives me a memory overwrite error. Thank you for your help!
~~ Chris _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
