[Live-devel] patch for stackoverflow

Erwin Beckers e.beckers at gmail.com
Fri Oct 27 02:06:46 PDT 2006


I forgot to mention that at the end of
void MultiFramedRTPSource::doGetNextFrame1()
the bInDoGetNextFrame1 is set to false again.So it looks like this:

static bool bInDoGetNextFrame1=false;
void MultiFramedRTPSource::doGetNextFrame1() {
    if (bInDoGetNextFrame1) return;

    bInDoGetNextFrame1=true;
    while (fNeedDelivery) {
         ......
  }
  bInDoGetNextFrame1=false;
}



Sorry for the double-post.

Erwin Beckers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20061027/aeb61028/attachment.html 


More information about the live-devel mailing list