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 "stopPlaying()", then the source method "doStopGettingFrames" 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 "no data timeout" 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 "stopPlaying()" ?<br>
<br>Thanks in advance for any answer. <br><br>-guillaume<br>