<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">My application acquires rtsp streams from an IP camera. Until a few days ago the application was working properly, then I updated the LIVE555 libraries and the program started to report the message: "No RTSP session is currently in progress"<br><br>What could be causing this?<br></blockquote><div><br></div>Because the error occurs with your custom application, it's difficult to say for sure, but most likely it's because your client is sending an operation (such as "PLAY") on a session, without having first sent a "SETUP".  (I'm not sure why your application worked before, though.)</div><div><br></div><div>To find out for sure what's going on, please change your application to pass 1 as the "verbosityLevel" parameter to the call to "RTSPClient::createNew()", rerun your application, and send us the diagnostic output (from 'stderr').</div><div><br></div><div><br><blockquote type="cite">I compiled the libraries with the -DRTSPCLIENT_SYNCHRONOUS_INTERFACE = 1<br></blockquote><div><br></div></div>Note that the synchronous "RTSPClient" interface is now deprecated, and may be removed sometime in the future.  You should consider upgrading your application to use the asynchronous interface (I suggest using the "testRTSPClient" code as a model).<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; font-size: medium; "><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; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>