<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div bgcolor="#ffffff" text="#000000">On Server side, RTSPClientSessions are created on SETUP when request
    does not specify a Session ID. <br>
    It seems that there is no direct relation between a Connection and a
    Session. Is it because many Connections can share the same Session ?<br></div></blockquote><div><br></div>Yes.</div><div><br></div><div><br><blockquote type="cite"><div bgcolor="#ffffff" text="#000000">In this case I wonder when Sessions are closed and destroyed : is it
    when all Connections sharing a Session are closed ?</div></blockquote><div><br></div>No, because another connection - for the same session - could be created next.</div><div><br></div><div><br><blockquote type="cite"><div bgcolor="#ffffff" text="#000000"> Or is there a
    timeout somewhere ?<br></div></blockquote><div><br></div></div>Yes.  Note the following comment (in "liveMedia/include/RTSPServer.hh", lines 69-72:<div><br></div><div><div>      // If "reclamationTestSeconds" > 0, then the "RTSPClientSession" state for</div><div>      //     each client will get reclaimed (and the corresponding RTP stream(s)</div><div>      //     torn down) if no RTSP commands - or RTCP "RR" packets - from the</div><div>      //     client are received in at least "reclamationTestSeconds" seconds.</div></div><div><br></div><div>Note that standards-compliant RTSP/RTP clients are required to implement RTCP - thereby sending frequent RTCP "RR" packets to indicate client liveness.  (If the clients are implemented using our software, then they will get this automatically.)</div><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>