<HTML><BODY><div>Hello!</div><div> </div><div>Is it possible to implement an RTSP server using the latest versions of ffmpeg libraries? please tell me where to look?</div><div> </div><div><div><div>I know that the latest supported version is with ffserver 3.4, but ffplay is still able to listen to the rtsp protocol, now I use the functions avformat_alloc_output_context2(&pFmtCtxOut, NULL, "rtsp", rtsp_url) and av_interleaved_write_frame to write to someone else's rtsp server (for example, rtsp-simple-server).</div><div> </div><div><div><div>Thank you if you can help in any way )</div></div></div></div></div></BODY></HTML>