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

Re: [Live-devel] A problem with indexed file duration

2011-08-21 Thread Mojtaba Nouri
Thank you, I will work on it. On Sun, Aug 21, 2011 at 2:15 PM, Ross Finlayson wrote: > Here is a ts file which I recorded directly from a dvb-t card. > http://dl.dropbox.com/u/7920298/ts.tar.gz > The file's duration is 5 s, but when I index it and get its duration, it > returns 11630 s. > Could y

Re: [Live-devel] A problem with indexed file duration

2011-08-21 Thread Ross Finlayson
> Here is a ts file which I recorded directly from a dvb-t card. > http://dl.dropbox.com/u/7920298/ts.tar.gz > The file's duration is 5 s, but when I index it and get its duration, it > returns 11630 s. > Could you detect the problem with this ts? The problem is that this file's PCR timestamps ar

[Live-devel] A problem with indexed file duration

2011-08-21 Thread Mojtaba Nouri
Hi Ross Here is a ts file which I recorded directly from a dvb-t card. http://dl.dropbox.com/u/7920298/ts.tar.gz The file's duration is 5 s, but when I index it and get its duration, it returns 11630 s. Could you detect the problem with this ts? Thanks Mojtaba Nouri ___