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

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

2008-04-21 Thread Ross Finlayson
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 sol

[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