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