Is there a way to write out an AVFormatContext to a char buffer as opposed to a fileName or socket? I want to set the contents of AVFormatContext over a customized network application (why I don't want to use rtp or udp).
I *could* write the file to disk, read it in as a buffer and then send... but that is messy. Thanks!
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
