> I have resolved this problem 
> just use this function
>  env->reclaim();
>        // ??????????????
>      if (scheduler)
>      {
>                delete scheduler;
>                pScheduler=NULL;
>      }

Alternatively, instead of deleting these two objects ("UsageEnvironment" and 
"TaskScheduler"), you could reuse them for the next "RTSPClient".

(Or even better, create each "RTSPClient" object (along with a 
"UsageEnvironment" and "TaskScheduler") in a separate process.)


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to