Hi ,
  I am developing an application using testOndemandServer.

I have modified the code so that Server can have two schedulers one is default and other created in seperate thread.So,Server running with two doeventloop().

 I also modified in MutiFramedRTPSink::sendPacketIfNecessary() function


MyTask() = Myenv1->taskScheduler().scheduleDelayedTask(uSecondsToGo, (TaskFunc*)sendNext, this);


The problem is when teardown session application getting Segmentation Fault
even am unscheduled Delayed task in MediaSink::stopPlaying() function
still its trying to call sendNext Function.

 My Question is:
  What is the correct place to Call unscheduled Task function?

Thanks in Advance,
Raghav.



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

Reply via email to