Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with

2011-08-22 Thread Vadim Kosarev
Hello Ross! Yes, in version 2011.08.22 the bug has disappeared! Thank You very much! ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with

2011-08-22 Thread Ross Finlayson
Vadim, FYI, I have now released a new version (2011.08.22) of the "LIVE555 Streaming Media" code that should fix this problem. Please let me know if it works OK for you now. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel m

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with

2011-08-22 Thread Vadim Kosarev
Thanks Ross! ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with

2011-08-22 Thread Ross Finlayson
Yes, I think you've identified a problem with the code that I'll need to fix. Something like your proposed patch might work. I need to think about this some more… Anyway, thanks for reporting the issue. I hope to come out with a new version of the code that fixes it soon. Ross Finlayson Li

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with

2011-08-22 Thread Vadim Kosarev
Hello, Ross! Maybe this patch will fix the bug (changes in RTSPClientSession deletion algorithm). I'm still testing it now. http://vad.pp.ru/liveMedia/2.diff Best regards, Vadim Kosarev ___ live-devel mailing list live-devel@lists.live555.com http:

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with

2011-08-21 Thread Vadim Kosarev
Hello Ross! One more thing. Make sure that you're using a recent version of the "H264VideoFileServerMediaSubsession" code here. This was the code that was modified in a recent revision of the code to fix a bug that was similar to the problem that you're seeing. Do You mean this fix? 2011.06.

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with deleting RTSPClientSession

2011-08-21 Thread Ross Finlayson
> calls doEventLoop() exactly as H264VideoFileServerMediaSubsession library > class. One more thing. Make sure that you're using a recent version of the "H264VideoFileServerMediaSubsession" code here. This was the code that was modified in a recent revision of the code to fix a bug that was s

Re: [Live-devel] Nested TaskScheduler::doEventLoop causes bug with deleting RTSPClientSession

2011-08-21 Thread Ross Finlayson
Are you using the latest version of the code? The problem that you describe looks somewhat similar to a bug that was fixed in a recent release. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.li

[Live-devel] Nested TaskScheduler::doEventLoop causes bug with deleting RTSPClientSession

2011-08-21 Thread Vadim Kosarev
Hello all! I'm developing RTSP server based on liveMedia library. I have started separate thread for liveMedia in my class RMXFRTSPThread and call doEventLoop(). Then I start VLC and connect to RTSP stream. This stream must take media data from my live H264 video source (I have written child cl