Re: [Live-devel] Live555 EventLoop crash

2011-12-25 Thread Jeremy Noring
On Thu, Dec 22, 2011 at 6:12 AM, Jeff Shanab wrote: > Above the live 555 libs I have my own frame class. It is a simple RAII > data class with payload, a bit of byte alignment, and some metadata like > size and type. I use a reference counted pointer to this. This allows my > multiple subscribers

Re: [Live-devel] How to disable RTCP timestamp calculations on single-stream sessions? [OpenRtspClient]

2011-12-25 Thread Novalis Vapuru
Thanks... You are right It is not a good idea to ignore RTCP corrections... I have no problem with viewing...I just push incoming streams [ since they are from real time ip camera ] to decoder than viewer, I can see the video Since my rtsp source is in real time i do not insert any time-stamp or

Re: [Live-devel] How to create multiple RTSP clients using threads for live video source playing at same time?

2011-12-25 Thread Ross Finlayson
> I want to create a rtsp server that supports multiple live video source > playing using threads. I have created my custom live source, sink and > session object and modified MediaSubsession::initiate to handle it. I created > multiple rtspclients using threads to use my own session. The pr

[Live-devel] How to create multiple RTSP clients using threads for live video source playing at same time?

2011-12-25 Thread 詹明
Hi, I want to create a rtsp server that supports multiple live video source playing using threads. I have created my custom live source, sink and session object and modified MediaSubsession::initiate to handle it. I created multiple rtspclients using threads to use my own session. The probl

Re: [Live-devel] invalid ts stream

2011-12-25 Thread Ross Finlayson
> (My goal here is to have a H.264 file that I know that - if processed with > our "testH264VideoToTransportStream" demo application, after I've modified > our Transport Stream multiplexing code based on your changes - will produce a > Transport Stream file that works with HTTP Live Streaming.)