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