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

2010-09-01 Thread Ross Finlayson
The server broadcasts live source frames (PAL or NTSC) and the client side receives these frames and put them on a small display. We are looking for a way to write the FPS (Or maybe PAL, NTSC) data to the SDP on the server side I suggest subclassing each "RTPSink" class that you use, and redefin

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

2010-09-01 Thread Sagi Ben Moshe
rom: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Tuesday, August 31, 2010 7:22 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Getting the FPS at the client side >At the client streamer, when I get a

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 strea

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

2010-08-30 Thread Sagi Ben Moshe
-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Pushkar Pradhan Sent: Monday, August 30, 2010 9:04 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Getting the FPS at the client side _ From: live-devel-

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

[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