<div>Hi,<br></div><div></div><div>I&#39;ve found out that when you run a few different instances of RTSP clients in separate threads CSeq number is not increased by one with each consecutive request. </div><div>It&#39;s because CSeq number is a static variable in RTSPClient. It has an unexpected side effect - SANYO network cameras end RTSP session with an error &quot;Bad Request&quot; when the current request&#39;s CSeq number is greater then CSeq of the previous one plus one. When I removed &#39;static&#39; and made CSeq a local variable of RTSP client everything worked ok. In fact, I don&#39;t know if it is a bug in LiveMedia or in Sanyo firmware ... Does LiveMedia library conform to RTSP standard in this matter or maybe it is a bug in Sanyo devices ?</div>
<div></div><div>Thanks in advance,</div><div>Adam</div>