[Live-devel] 回复: for help
Ross Finlayson
finlayson at live555.com
Sun Sep 1 02:21:11 PDT 2013
> 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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20130901/11731131/attachment.html>
More information about the live-devel
mailing list