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

2015-12-18 Thread Ross Finlayson
> Thank you for your reply. The long story is, that I have my own program > having its own event loop, with simultaneous select calls on sockets, > multiprocessing pipes, etc. That’s fine. However, if you want to use the LIVE555 code to implement RTSP/RTP/RTCP, then the processing (and “selec

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

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

2015-12-17 Thread Jeremiah Morrill
>>I have an application that has its own event loop when manipulating/reading >>sockets So it sounds like you would like to use your event loop with the live555 library. I have some experience here. I was able to get libuv event loop and live555 work together. You should be able to do the sa

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

2015-12-17 Thread Ross Finlayson
> 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 application “has its own event loop when manipu

[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