[Live-devel] openRTSP segfault on max osx

Kenneth Ljungh kenneth at ljungh.net
Tue Jun 22 11:21:20 PDT 2010


22 jun 2010 kl. 11.26 skrev Ross Finlayson:

>> Please try the following, which should fix this problem:
>> 
>> In "testProgs/playCommon.cpp", line 1104, move the statement
>> 	closeMediaSinks();
>> down 5 lines, so that it now takes place after
>> 	Medium::close(session);
> 
> It turns out that I didn't have this quite right.  The correct sequence of statements - starting at line 1104 - should be:
> 
> 	tearDownStreams();
> 	closeMediaSinks();
> 	Medium::close(session);
> 
> I have now installed a new version (2010.06.22) of the code that fixes this bug (as well as Sebastien Escudier's latest "RTSPClient" bug).
> -- 
> 
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel

Works perfectly. Thanks for your quick fix and effort, it's great software.

Kenneth




More information about the live-devel mailing list