[Live-devel] How to detect that RTPSource has not received data for a while

2008-03-04 Thread Igor Bukanov
Hi, we use live555 as a client receiving videos from RTSP servers. The servers are MPG4 encoding boxes that are rather unstable and can crash abruptly terminating the network connection. As a workaround I plan to close RTSPSource if it has not received any data within the given timeframe. The que

[Live-devel] OnDemandServerMediaSubsession::deleteStream problem

2007-06-07 Thread Igor Bukanov
The current code for OnDemandServerMediaSubsession::deleteStream, http://live555.com/liveMedia/doxygen/html/classOnDemandServerMediaSubsession.html#55a633f69121ee4f71874003d422f41c calls streamState->endPlaying even when destination is null. This immediately segfaults in endPlaying on null derefer