Re: [Live-devel] segfault in DelayQueue::removeEntry()

2008-06-23 Thread Paolo Prete
--- 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

[Live-devel] segfault in DelayQueue::removeEntry()

2008-06-10 Thread Paolo Prete
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@

Re: [Live-devel] segfault in JPEGVideoRTPSink::specialHeaderSize()

2008-04-21 Thread Paolo Prete
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

[Live-devel] segfault in JPEGVideoRTPSink::specialHeaderSize()

2008-04-21 Thread Paolo Prete
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