That is correct. You can verify the server will keep sending data for each broken stream by simply killing the client process and restarting it. The network usage will continue to rise. The best solution is to either subclass RTSPServer and handle OPTIONS as a keep-alive request, or apply the patch I sent previously. Or ask very nicely for Ross to apply it.
Thanks, Chris Richardson WTI -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andrey Sent: Tuesday, June 18, 2013 4:12 AM To: [email protected] Subject: Re: [Live-devel] MilestoneXProtect playing problem 18.06.2013 12:09, Andrey пишет: > Unfortunately I have a week waiting for a response from the Milestone, > but it is not. What if I use the reclamationTestSeconds = 0 when > creating RTSPServer. In theory this should solve the problem. If I set reclamationTestSeconds = 0, the session with the Milestone Client does not stop. However, if I understand correctly, in this situation the session on the server side will never break? Even if no RTSP commands - or RTCP "RR" packets - from the client are received? _______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel _______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
