--- Ven 13/6/08, Ross Finlayson <[EMAIL PROTECTED]> ha scritto:
Da: Ross Finlayson <[EMAIL PROTECTED]>
Oggetto: Re: [Live-devel] segfault in DelayQueue::removeEntry()
A: "LIVE555 Streaming Media - development & use" <[EMAIL PROTECTED]>
Data: Venerdì 13 giugno 2008, 07:15
Re: [Live-devel] segfau
xt == NULL || entry->fPrev == NULL)
return;
Paolo Prete
___
Scopri il Blog di Yahoo! Mail: trucchi, novità , consigli... e la tua opinione!
http://www.ymailblogit.com/blog/___
live-devel mailing list
live-devel@
except for a sanity >check in the function
>"JPEGVideoRTPSink::specialHeaderSize()". That can be fixed >by adding the
line:
>if (source == NULL) return 0; // sanity check
>at line 109. This will be included in the next release of the >software.
exactly; the absence of this sanity ch
Hi,
I'm working with the latest version of the livemedia lib and I have the same
problem (a random segfault) which is signaled in this thread "[Live-devel]
Problem in sending PAUSE and then PLAY request in openrtsp"
I can solve the problem by applying manually the proposed patch in the same
th