Hi I am trying to stream encoded image data with FFMPEG using rtsp and I am using the muxing.c example found at:https://www.ffmpeg.org/doxygen/trunk/muxing_8c_source.html I changed line 588 to avformat_alloc_output_context2(&oc, NULL, "rtsp", "rtsp://127.0.0.1:8554/live.sdp" ); and on line 632 the call never returns... everything up until then has returned with correct return values. Has anyone else experienced this? Does anyone have a rtsp client example, essentially I am trying to send out encoded images to another computer so it can show in VLC etc. Thanks in advance. Neerav
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
