<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite">I have a case where I develop both the RTSP server (based on Live555)<br>and the client (based on libav).</blockquote><div><br></div>Why not use our library for your client as well (and use "libav" just for the decoding)?  I wouldn't be surprised if "libav's" implementation of RTSP/RTP/RTCP were imperfect.  (E.g., if it were to (incorrectly) fail to send RTCP "RR" reports, then that could cause your server to time out the connection.)</div><div><br></div><div><br><blockquote type="cite">I'd like to rule out the server side in this equation by<br>getting a bit more information about what it's doing</blockquote><div><br></div><div>You could add</div><div><br></div><div>#define DEBUG 1</div><div><br></div><div>to the start of "liveMedia/RTSPServer.cpp", and recompile.</div><div><br></div><div>Alternatively, I suggest using "testRTSPClient" (and/or "openRTSP") as your client.  That should tell you if the problem is with your server, or with your client.</div></div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>