[Live-devel] Seeing small handle leak when repeatedly starting and stopping event loop

2013-07-19 Thread Erlandsson, Claes P (CERLANDS)
When I start and stop the liveMedia event loop I see a small handle leak in my Windows test client. When looking in Process Explorer I can see the amount of file handles with the name "\Device\Afd" growing. I don't have to stream anything for it to occur, i.e. I just start the event loop and th

Re: [Live-devel] Difference in timestamp while receiving data from server

2013-07-19 Thread Ross Finlayson
> Yes, i have just put some prints to check this abrupt change in timestamp in > unmodified "testRTSPClient". OK, so now try the (unmodified) "testRTSPClient" with the (original, unmodified) "testOnDemandRTSPServer" (or "live555MediaServer"). If you see the problem with your server, but not wit

Re: [Live-devel] Difference in timestamp while receiving data from server

2013-07-19 Thread pratik
Yes, i have just put some prints to check this abrupt change in timestamp in unmodified "testRTSPClient". So, by observing that change in timestamp i conclude that there may be something wrong. On 07/19/2013 11:46 AM, Ross Finlayson wrote: -->As per your suggestion we have changed our serve