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
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,