> 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
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
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
>>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
> 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
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