<HTML><BODY><div>><span style="color: rgb(0, 0, 0); font-family: var(--vkui--octavius_font_family_global,var(--vkui--font_family_base,Helvetica,Arial,sans-serif));">But how do I create a listening connection for rtsp clients???</span></div><div> </div><div>Ok!</div><div> </div><div>I compiled ffserver.c from version 3.4 (because it died) with libraries of version 5.1</div><div>I managed to perform rtsp agreementing (OPTIONS, DESCRIBE, but ffplay does not send SETUP only PLAY) using the ffserver source code.</div><div> </div><div>As I understand it, the ffserver + ffmpeg works like this: ffmpeg creates a feed file and ffserver plays it.</div><div> </div><div>Is my decision in the ffserver function «int open_input_stream(HTTPContext *c, const char *info)»  to use ffmpeg function «avformat_open_input» with rtsp_flags listen for get RTP stream correct ???</div><div> </div><div> <div> </div></div></BODY></HTML>