Because this is your own code (& you have a "@yahoo.com" email address :-), I can't help you much. However, I suspect you can fix your problem by replacing your call to
        FramedSource::afterGetting(this):
or just
        afterGetting(this);
with:
        nextTask() = envir().taskScheduler().scheduleDelayedTask(0,
                        (TaskFunc*)FramedSource::afterGetting, this);
        return;

This will cause the code to return to the event loop - ending the recursion.
--

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