<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] RTSP Session
timeout</title></head><body>
<blockquote type="cite" cite><font face="Georgia" color="#000099">I am
using live555 as a RTSP VOD server (in windows
platform).</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Georgia" color="#000099">The
client uses tcp&nbsp;(RTP)&nbsp;as the transport. We are able to
demonstrate the trick mode also. But the session timesout in a
minute.</font></blockquote>
<div><br></div>
<div>The session is timing out because the server is not seeing any
communication from the client.&nbsp; Your client should be sending
periodic RTCP &quot;RR&quot; packets.&nbsp; (If your client doesn't do
this, then it's not standards-compliant.)</div>
<div><br></div>
<div>However, if you wish, you can disable the session timeout
completely by setting the &quot;reclamationTestSeconds&quot; parameter
(in &quot;RTSPServer::createNew()&quot;) to 0.&nbsp; (I don't
recommend this, though.&nbsp; Instead, you should fix your
client.)</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>