Re: [Live-devel] Re-connection handling

2012-09-17 Thread Erlandsson, Claes P (CERLANDS)
This is the first time you've mentioned an exception. (Previously, you said just that the stream failed to reconnect afterwards.) I've attached a modified version of our "testRTSPClient.cpp" demo application. It starts playing the specified stream - as usual - but then, after 60 seconds, send

Re: [Live-devel] Re-connection handling

2012-09-14 Thread Ross Finlayson
Again, what I do is:1. Play an archive (i.e. non-live) stream.2. Unplug Ethernet cable.3. Do a seek while disconnected.4. Plug in Ethernet cable. I get an exception every timeThis is the first time you've mentioned an exception.  (Previously, you said just that the stream failed to reconnect afterw

Re: [Live-devel] Re-connection handling

2012-09-14 Thread Chris Richardson (WTI)
1:55 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Re-connection handling There is one case where it doesn't work though, and I'm not sure how to handle it. This is if I do a seek while the stream is disconnected, then it never reconnects. In some cases I

Re: [Live-devel] Re-connection handling

2012-09-14 Thread Erlandsson, Claes P (CERLANDS)
There is one case where it doesn't work though, and I'm not sure how to handle it. This is if I do a seek while the stream is disconnected, then it never reconnects. In some cases I play a 10s loop where a timer do a seek every 10s and jumps back (using absolute seeking). Those streams never reconn

Re: [Live-devel] Re-connection handling

2012-08-31 Thread Erlandsson, Claes P (CERLANDS)
There is one case where it doesn't work though, and I'm not sure how to handle it. This is if I do a seek while the stream is disconnected, then it never reconnects. In some cases I play a 10s loop where a timer do a seek every 10s and jumps back (using absolute seeking). Those streams never reconn

Re: [Live-devel] Re-connection handling

2012-08-31 Thread Ross Finlayson
> I've therefore looked into how to best handle reconnection if the stream for > any reason is disconnected. I noticed fairly quickly that liveMedia is taking > care of that really good and there is no reason for me to try to implement > any general disconnect handling, as I can't possible recon

[Live-devel] Re-connection handling

2012-08-31 Thread Erlandsson, Claes P (CERLANDS)
Best possible uptime is essential for the RTSP client I'm implementing. I've therefore looked into how to best handle reconnection if the stream for any reason is disconnected. I noticed fairly quickly that liveMedia is taking care of that really good and there is no reason for me to try to impleme