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


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to