Re: [Live-devel] controlling the rtsp negotiation with custom event loop

2015-12-18 Thread Sampsa Riikonen
Dear Jeremiah, Thanks for sharing the code. I think your suggestion is pretty close to what I want to do.. Let's see. I was thinking how to port my code into using live555 and it all boils down to this: Currently, I have a thread that listens to multiprocessing pipes and streaming socket

Re: [Live-devel] controlling the rtsp negotiation with custom event loop

2015-12-18 Thread Sampsa Riikonen
On 17.12.2015 17:46, Ross Finlayson wrote: I have an application that has its own event loop when manipulating/reading sockets, however, I'd like to use live555 to do the rtsp negotiation process with the cameras. Unfortunately, I’m not quite sure what you mean when you say that your applic

[Live-devel] controlling the rtsp negotiation with custom event loop

2015-12-17 Thread Sampsa Riikonen
Dear List, I have some absolute newbie questions. I have an application that has its own event loop when manipulating/reading sockets, however, I'd like to use live555 to do the rtsp negotiation process with the cameras. I also need my own step-to-step control over the rtsp negotiation proces