<!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> </blockquote>
<blockquote type="cite" cite><font face="Georgia" color="#000099">The
client uses tcp (RTP) 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. Your client should be sending
periodic RTCP "RR" packets. (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 "reclamationTestSeconds" parameter
(in "RTSPServer::createNew()") to 0. (I don't
recommend this, though. 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>