Re: [Live-devel] Memoryleak only when connecting memory tool

2014-01-29 Thread Jeff Shanab
Because of this suspicion, I ran without the tool at very low resolutions and used windows' right-click mini-dump feature. I then post processed these dumps and found the same exact objects, the 68 byte BufferPacket structure and the 10k BufferPackets growing. Surprisingly they are not in lock step

Re: [Live-devel] Play response setting in Live555 Server

2014-01-29 Thread Ross Finlayson
> Thanks for your reply. We are using unmodified code. We want to send the > current play time in the play response to the player when the player sends > only the range end without specifying the range start in the Range Header. Thanks for the note. It turns out that our RTSP server implementat

Re: [Live-devel] Play response setting in Live555 Server

2014-01-29 Thread Nambirajan
Hi Ross, Thanks for your reply. We are using unmodified code. We want to send the current play time in the play response to the player when the player sends only the range end without specifying the range start in the Range Header. Thanks and regards, M. Nambirajan From: live-devel

Re: [Live-devel] Play response setting in Live555 Server

2014-01-29 Thread Ross Finlayson
> We are facing some difficulty in setting the current play time in the Play > response from Live555 Media Server. The scenario is as below. > > We are using the handleCmd_PLAY function to send the response to the player > for play request as per the design. Unfortunately the player sends the r