Re: [Live-devel] Integrating live555 RTSP client

2012-06-06 Thread Constantin Savtchenko
Hi Felix, I am doing a similar project. My approach has been exactly as you described it. The documentation notes that Live555 runs in a single a thread and library calls should not be done from multiple threads, so I have the BasicTaskScheduler running in its own thread and hogging it. Jus

Re: [Live-devel] Integrating live555 RTSP client

2012-06-04 Thread Ross Finlayson
> I have to integrate live555 RTSP client into an existing application > that decodes H.264 video and sends it to display. The application > is multithreaded, with separate threads for decoding and display > tasks. > > I was thinking of using testRTSPClient code as a base, putting > it into separ

[Live-devel] Integrating live555 RTSP client

2012-05-31 Thread Felix Radensky
Hi, I have to integrate live555 RTSP client into an existing application that decodes H.264 video and sends it to display. The application is multithreaded, with separate threads for decoding and display tasks. I was thinking of using testRTSPClient code as a base, putting it into separate thre