Hey everybody. I use this function
if (avio_open(&pFormatCtx->pb, MPGFileName.toStdString().c_str(), AVIO_FLAG_WRITE)< 0) qDebug() << "url_fopen Error!"; to store in a file the encoded frames. Can I send the encoded frames to a my custom function (like a callback) instead of a file? I want to send the encoded frames across the network. -- www.denisgottardello.it Skype: mrdebug Videosurveillance and home automation! http://www.denisgottardello.it/DomusBoss/DomusBossIndice.php _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
