Re: [Live-devel] Detecting network failure

2010-03-25 Thread Jeremy Noring
On Wed, Mar 24, 2010 at 5:00 PM, Ross Finlayson wrote > Well, let me explain a few things to you (you seem confused about why I'm > doing this) > > > Actually, I'm less "confused" than "uninterested". Overall, in general, > I'm just not particularly interested in proxys (or 'middleboxes' in > gen

Re: [Live-devel] Detecting network failure

2010-03-24 Thread Ross Finlayson
On Wed, Mar 24, 2010 at 2:45 PM, Ross Finlayson <finlay...@live555.com> wrote: I should warn you that I consider the "DarwinInjector" stuff to be deprecated technology, and although I'll probably be upgrading it to do an asynchronous "ANNOUNCE", there's no guarant

Re: [Live-devel] Detecting network failure

2010-03-24 Thread Jeremy Noring
On Wed, Mar 24, 2010 at 2:45 PM, Ross Finlayson wrote: > I should warn you that I consider the "DarwinInjector" stuff to be > deprecated technology, and although I'll probably be upgrading it to do an > asynchronous "ANNOUNCE", there's no guarantee that it will continue to be > supported in the fu

Re: [Live-devel] Detecting network failure

2010-03-24 Thread Ross Finlayson
OK, it sounds like you're blocking in your RTSP client "ANNOUNCE" operation. This will not be a problem in the upcoming "RTSPClient" restructuring (that will make all RTSP client operations asynchronous). Any idea when this might happen As a policy, I don't answer "are we there yet?"-type

Re: [Live-devel] Detecting network failure

2010-03-24 Thread Jeremy Noring
On Mon, Mar 22, 2010 at 6:35 PM, Ross Finlayson wrote: > I've set breakpoints in every callback I could find, after my > doEventLoop() call, etc. When I kill my internet connection mid-stream, I > hit none of these breakpoints. > > > OK, it sounds like you're blocking in your RTSP client "ANNOUN

Re: [Live-devel] Detecting network failure

2010-03-22 Thread Ross Finlayson
I've set breakpoints in every callback I could find, after my doEventLoop() call, etc. When I kill my internet connection mid-stream, I hit none of these breakpoints. OK, it sounds like you're blocking in your RTSP client "ANNOUNCE" operation. This will not be a problem in the upcoming "RTSP

Re: [Live-devel] Detecting network failure

2010-03-22 Thread Jeremy Noring
On Mon, Mar 22, 2010 at 11:46 AM, Ross Finlayson wrote: > Previously I was watching RTPOverTCP_OK to determine when there was a >> failure in TCP streaming, but that's since been removed. How can I >> determine when streaming has ceased because the network has failed (my >> internet connection go

Re: [Live-devel] Detecting network failure

2010-03-22 Thread Jeremy Noring
On Mon, Mar 22, 2010 at 11:43 AM, Roberts, Randy wrote: > Note, I didn’t conditionalize my error handling for specific errno > returns…which I probably should have…and, it may be better to pass the > status further up, to allow for error handling at a higher, more appropriate > layer…Ross may ha

Re: [Live-devel] Detecting network failure

2010-03-22 Thread Ross Finlayson
Previously I was watching RTPOverTCP_OK to determine when there was a failure in TCP streaming, but that's since been removed. How can I determine when streaming has ceased because the network has failed (my internet connection goes down, for example)? You would detect this the same way that

Re: [Live-devel] Detecting network failure

2010-03-22 Thread Roberts, Randy
Hi Jeremy, When this happens do you, by chance, notice the CPU utilization go close to 100% on your target? I checked, and I don't experience this. Mostly, I just need a way of knowing that stuff is erroring out, but as far as I see, I don't get any feedback. The stream never t

Re: [Live-devel] Detecting network failure

2010-03-22 Thread Jeremy Noring
> > Hi Jeremy, > > > > When this happens do you, by chance, notice the CPU utilization go close to > 100% on your target? > I checked, and I don't experience this. Mostly, I just need a way of knowing that stuff is erroring out, but as far as I see, I don't get any feedback. The stream never time

Re: [Live-devel] Detecting network failure

2010-03-22 Thread Roberts, Randy
Previously I was watching RTPOverTCP_OK to determine when there was a failure in TCP streaming, but that's since been removed. How can I determine when streaming has ceased because the network has failed (my internet connection goes down, for example)? In particular, I need to do this with a D

[Live-devel] Detecting network failure

2010-03-21 Thread Jeremy Noring
Previously I was watching RTPOverTCP_OK to determine when there was a failure in TCP streaming, but that's since been removed. How can I determine when streaming has ceased because the network has failed (my internet connection goes down, for example)? In particular, I need to do this with a Darw