[Live-devel] Change sockets

2012-03-06 Thread Rollinson, Derek
What would it take, if possible, to swap out the current sockets used in live555. Say I wanted to use something like amqp or zeromq. If possible what kind of effort are we talking about? Thanks, Derek R. ___ live-devel mailing list live-devel@lists.l

Re: [Live-devel] New performance issue in my app

2011-12-30 Thread Rollinson, Derek
My apologizes to all, that last email was a mistake. I replied to the wrong message. From: Rollinson, Derek Sent: Friday, December 30, 2011 12:23 PM To: LIVE555 Streaming Media - development & use (live-de...@ns.live555.com) Subject: RE: New performance issue in my app It was the one in

Re: [Live-devel] New performance issue in my app

2011-12-30 Thread Rollinson, Derek
It was the one in the latest folder on GPU4. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Jeff Shanab Sent: Friday, December 30, 2011 11:55 AM To: LIVE555 Streaming Media - development & use (live-de...@ns.live555.com) Subject: [Live-devel] New p

Re: [Live-devel] Shutting down RTSPClient

2011-10-24 Thread Rollinson, Derek
evel] Shutting down RTSPClient I had the same problem in my application and I used a timer. If I don't receive frames for X seconds, I quit the client. On Mon, Oct 24, 2011 at 4:28 PM, Rollinson, Derek mailto:drollin...@logostech.net>> wrote: I have an application that uses one or

[Live-devel] Shutting down RTSPClient

2011-10-24 Thread Rollinson, Derek
I have an application that uses one or more RTSPClients. I am having difficulties in figuring out the best way to have the client handle a drop of the server. What is the best way to cleanly shutdown the client when the server is either dies or is no longer reachable? This is part of a larger