<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi <div><br></div><div>I am trying to stream encoded image data with FFMPEG using rtsp and I am using the muxing.c example found at:</div><div><a href="https://www.ffmpeg.org/doxygen/trunk/muxing_8c_source.html" target="_blank">https://www.ffmpeg.org/doxygen/trunk/muxing_8c_source.html</a></div><div><br></div><div>I changed line 588 to  avformat_alloc_output_context2(&oc, NULL, "rtsp", "rtsp://127.0.0.1:8554/live.sdp" );</div><div><br></div><div>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.</div><div><br></div><div>Thanks in advance.</div><div><br></div><div>Neerav</div>                                         </div></body>
</html>