Hi all, pardon me, I send again the question because I made a mistake before.
this is my code: int res; AVFormatContext *fc = avformat_alloc_context(); res = avformat_open_input(&fc, "rtsp://10.0.0.204/media?tcp", NULL, NULL); I found out that ?tcp option passed via rtsp URL is deprecated and now we use -rtsp_transport parameter, but how can I set this using ffmpeg apies? Is there a parameter in AVFormatContext or AVCodecContext that I have to set? thank you Franco _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
