RTSP Media server has an option "Reuse source", so, if one user is
already receiving a stream, another user connected would have the same.<br>But
if no one connected, the stream is stopped. My question is how to start
playing (something like streaming to null) even if no one is connected.
And if a user connects to RTSP server after 5 minutes, he receives
stream not from the beginning. Such thing works in demo examples with
RTP streaming (and RTPSink). But I want only RTSP.<br>
<br>Regards, Alexander.