Yes, I call MediaSubsession::initiate() for each subsession that I want to receive data from. But the session expires. And doesn&#39;t expires if I perform my custom-made scheduled task.<br><br><div class="gmail_quote">2010/3/19 Ross Finlayson <span dir="ltr">&lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I use live555 RTSP-client to receive video-audio via UDP from NVC Encoder (vendor - UDPTechnology). I have a problem: media session expires after 45 seconds and encoder stops streaming. In some manuals I read that client should periodically send some command for its session (for example - OPTIONS request) - it will prevent the media session expiration.<br>

</blockquote>
<br></div>
Yes, but if your client is using RTCP - which it should - then this will not be necessary, because periodic RTCP &quot;RR&quot; (Reception Report) packets from the client will indicate liveness.<br>
<br>
Are you creating a &quot;RTCPInstance&quot; for each &quot;RTPSource&quot; in your client?  You should.  If you are calling &quot;MediaSubsession::initiate()&quot;, then this should be happening automatically.<br><font color="#888888">
-- <br></font><div><div class="h5">
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a><br>
_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</div></div></blockquote></div><br>