[Live-devel] mjpeg streaming over RTSP

2008-03-30 Thread Satheesh Ram
Hi all, #1 How to modify JPEGVideoRTPSink class to support JPEG streams with restart markers? Are there any example implementation or FAQ for the same? #2 I used JPEGVideoRTPSink to stream MJPEG streams with restart markers. I used the openRTSP.exe to receive the same into file. The received

Re: [Live-devel] RTP Timestamps

2008-03-30 Thread Eric Flickner
I am sure that the stream is an MPEG-4 ES via RTP. The manufacturer usually had a closed system, where they didn't test with other RTP clients for problems. They only checked the marker bit for the end of a frame and ensured that there were no sequence gaps/errors when reassembling frames. I am

Re: [Live-devel] how to use openRTSP client as multi-thread

2008-03-30 Thread fay
Re: [Live-devel] how to use openRTSP client as multi-threaThank you Ross! I'll make it "multi-process", :) - Original Message - From: Ross Finlayson To: LIVE555 Streaming Media - development & use Sent: Sunday, March 30, 2008 3:16 PM Subject: Re: [Live-devel] how to use openRTS

[Live-devel] Why H264 annexB bytestream transported incompletely?[problem solved]

2008-03-30 Thread Felix
Hi Ross: Thank u so much for help! The problem was solved already. The durationTime is set to be 2us. But I forgot to set it when there is already NALU in xH264VideoStreamFramer's buffer. In this case, no data needs to be gotten from ByteStreamFileSouce. And the durationTime i

Re: [Live-devel] how to use openRTSP client as multi-thread

2008-03-30 Thread Ross Finlayson
playCommon.cpp has so many global variables that I can't make it a multi-thread function, what can I do? First, read the FAQ! If you want to run multiple instances of "openRTSP", then do so by running the application several times (each in its own process), *not* using multiple threads within