Re: [Live-devel] a question about putting FramedSource::afterGetting in delay queue

2010-12-06 Thread Ross Finlayson
I have a question. When the RTSPServer uses the following code envir().taskScheduler().scheduleDelayedTask(0,(TaskFunc*)FramedSource::afterGetting, this); to put FramedSource::afterGetting in DelayQueue, then the openRTSP immediately sends a 'TEARDOWN' command to the Server, as we know

[Live-devel] a question about putting FramedSource::afterGetting in delay queue

2010-12-06 Thread P.J.
Dear Ross, I have a question. When the RTSPServer uses the following code envir().taskScheduler().scheduleDelayedTask(0,(TaskFunc*)FramedSource::afterGetting, this); to put FramedSource::afterGetting in DelayQueue, then the openRTSP immediately sends a 'TEARDOWN' command to the Server, as we know,