<p>Hi!!<br> <br>I find a bug.</p>
<div>If the client is unaccredited disconnect (like PC crash), the RTSP Server is still sending UDP packets contiguously. </div>
<div> </div>
<div>In another word, the client can't send any command ("TEARDOWN") before crash, but the RTSP Server thinks the client is still alive. </div>
<div> </div>
<div>Whether to detect this kind of situation and the Server can terminate this connect by itself. </div>
<div> </div>
<div>I find it can use the GET_PARAMETER to detect the client is alive or not. </div>
<div> </div>
<div>Someone knows how to modfiy the *.cpp code in liveMedia project and how to terminate the connect.</div>