Re: [Live-devel] Getting the FPS at the client side

2010-08-30 Thread Ross Finlayson
At the client streamer, when I get a video link (Mpeg4 or H264) I get a set of parameters but the subsession->videoFPS() (frames per second) is set to zero. As others have noted, this is not always present in the stream's SDP description. How can I get the Fps of the video link? In genera

Re: [Live-devel] Getting the FPS at the client side

2010-08-30 Thread Pushkar Pradhan
From: live-devel-boun...@ns.live555.com on behalf of Sagi Ben Moshe Sent: Mon 8/30/2010 11:45 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Getting the FPS at the client side Hi Pushkar, I would like to know if the stream is NT

Re: [Live-devel] Getting the FPS at the client side

2010-08-30 Thread Sagi Ben Moshe
Hi Pushkar, I would like to know if the stream is NTFS or PAL, we can do it by the size but we prefer to do it by the FPS. As I was written, we are also writing the server part using Live555 so just let me know where should I add it inside the server. Thanks, Sagi From: live-dev

Re: [Live-devel] Getting the FPS at the client side

2010-08-30 Thread Pushkar Pradhan
From: live-devel-boun...@ns.live555.com on behalf of Sagi Ben Moshe Sent: Mon 8/30/2010 10:00 AM To: live-de...@ns.live555.com Subject: [Live-devel] Getting the FPS at the client side Hi Ross, At the client streamer, when I get a video link (Mpeg4 or H26

[Live-devel] Getting the FPS at the client side

2010-08-30 Thread Sagi Ben Moshe
Hi Ross, At the client streamer, when I get a video link (Mpeg4 or H264) I get a set of parameters but the subsession->videoFPS() (frames per second) is set to zero. How can I get the Fps of the video link? We use Live555 as our server to stream from real video source (h264 or mpeg4). May

Re: [Live-devel] bug when clock is reset back in time

2010-08-30 Thread Sébastien Escudier
On Mon, 2010-08-30 at 06:11 -0700, Ross Finlayson wrote: > The symptoms now are different: Instead of 100% CPU usage, "openRTSP" > now stops recording data. > No, I still have the 100% CPU usage... (see my top output) I tested some release I have on my computer (v2009.09.28, v2010.03.16, v2010

Re: [Live-devel] bug when clock is reset back in time

2010-08-30 Thread Ross Finlayson
Some time ago, I pointed out a bug when the clock is reset back in time, the cpu usage is 100% For reference, it's here : http://www.mail-archive.com/live-devel@lists.live555.com/msg04231.html Changelog says you fixed the bug in 2009.09.04, but I don't remember if I tested it or not. The proble

[Live-devel] bug when clock is reset back in time

2010-08-30 Thread Sébastien Escudier
Hi, Some time ago, I pointed out a bug when the clock is reset back in time, the cpu usage is 100% For reference, it's here : http://www.mail-archive.com/live-devel@lists.live555.com/msg04231.html Changelog says you fixed the bug in 2009.09.04, but I don't remember if I tested it or not. But when