Thanks for the report. I’ve just released a new version (2015.05.12) of the
software that fixes this.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/
Hi.
I found crash when RTSPServer is closed.
I found that RTSPServer::~RTSPServer added some code about closing
fTCPStreamingDatabase in last version.
The code occurred problem, because deleted fTCPStreamingDatabase is used
when closing client connection objects.
(RTSPServer::RTSPClientCo