Dear all,<br><br>I have a RTSP streamer and I would like to know if I can close a Media Session from one of my FileSink<br><br>When my FileSink is running out of data it calls &quot;stopPlaying()&quot;, then the source method &quot;doStopGettingFrames&quot; is called and data is no longer streamed by my server. <br>
However the RTSP client keeps waiting for data during a certain time (until is &quot;no data timeout&quot; is over) as the session is not closed.<br>When the client disconnects then the session terminates. <br><br>And my question is :  how can I close the media session or at list the media subsession when I call my method &quot;stopPlaying()&quot; ?<br>
<br>Thanks in advance for any answer. <br><br>-guillaume<br>