Re: [Live-devel] RTP packets

2008-04-21 Thread Ross Finlayson
>i would like to know how to get rtp packets using the live 555 library >.do any one have any sample code that uses the live555 library that can >return rtp packets(not frames) from an rtsp server? Please look at the mailing list archives. I answered your colleague's question about this just la

[Live-devel] RTP packets

2008-04-21 Thread Praveen D R
hi, i would like to know how to get rtp packets using the live 555 library .do any one have any sample code that uses the live555 library that can return rtp packets(not frames) from an rtsp server? seeking suggestions ___ live-devel mailing list liv

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