> On Jan 28, 2022, at 10:15 PM, Victor Vitkovskiy
> wrote:
>
> Hello Ross,
>
> Could you please advise me how to shutdown RTSP server completely and free
> all resources used by it?
Call:
exit(0);
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
Hello Ross,
I have found an issue, one of subsessions was not added to RTSP server so it
was not freed on RTSP server close and that's why this UsageEnvironment reclaim
failed.
Best regards,
-
Victor Vitkovskiy
Senior software developer
mailto: victor.vi
Hello Ross,
Could you please advise me how to shutdown RTSP server completely and free all
resources used by it?
Code example:
RTSPServer* rtspServer = MirasysRTSPServer::createNew(*env, port, authDB);
if (rtspServer == NULL) {
*env << "Failed to create RTSP se