Hi Ross Finlayson;
I am sorry to bother you again, but I think there is another bug. This happens only when I use verbosityLevel != 0 ( ProxyServerMediaSession::createNew(..., verbosityLevel=1). The crash happens when I use --- RTSPServer::deleteServerMediaSession(ServerMediaSession* sms); --- First the debug points to BasicUsageEnviroment.cpp line 58. if I comment out the line, then it crashes and the debug point to ProxiServerMediaSession.cpp line 414. The problem seems to be with psmss.codecName(). I can not reproduce with a program that comes with the library because I coudn't find such thing. In my case I load from a database all the URL's, create the ServerMediaSession and then add to RTSPServer. After that I append to a list (QList<ServerMediaSession*> list) In some cases I need to delete and reload the URL's and I do the following: for(int i=0;i<list.size();i++){ RTSPServer::deleteServerMediaSession( list.at(i) ); } list.clear(); I have no problem doing this if verbosityLevel = 0. Thank you very much Sergio Andrade Em 04.02.2015 20:51, Ross Finlayson escreveu: > Thanks for the bug report. I've just released a new version - 2015.02.04 - of the "LIVE555 Streaming Media" code that fixes this. > > Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ [2] > > _______________________________________________ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel [1] Links: ------ [1] http://lists.live555.com/mailman/listinfo/live-devel [2] http://www.live555.com/
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel