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

2010-08-30 Thread Pushkar Pradhan
a media-level attribute, defined only for video media, and it is not dependent on charset. pushkar From: live-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 - 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

Re: [Live-devel] Decoding h264 from an RTSP stream

2010-08-21 Thread Pushkar Pradhan
From: live-devel-boun...@ns.live555.com on behalf of Estelle W. Paus Sent: Fri 8/20/2010 5:36 PM To: live-de...@ns.live555.com Subject: [Live-devel] Decoding h264 from an RTSP stream Pushkar, Thank you so much for your reply. I've identified the code you're t

Re: [Live-devel] gettimeofday windows implementation

2010-08-21 Thread Pushkar Pradhan
From: live-devel-boun...@ns.live555.com on behalf of Ross Finlayson Sent: Fri 8/20/2010 6:10 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] gettimeofday windows implementation I would like to modify the gettimeofday imple

[Live-devel] gettimeofday windows implementation

2010-08-20 Thread Pushkar Pradhan
Hi, I would like to modify the gettimeofday implementation (provided for Windoze) in groupsockhelper.cpp to make it thread safe for my use. I was planning on using the old implementation which just calls ftime(&tb) to avoid the use of static variables. I noticed the comments for the routine th

Re: [Live-devel] Decoding h264 from an RTSP stream

2010-08-20 Thread Pushkar Pradhan
From: live-devel-boun...@ns.live555.com on behalf of Estelle W. Paus Sent: Thu 8/19/2010 4:39 PM To: live-de...@ns.live555.com Subject: [Live-devel] Decoding h264 from an RTSP stream Using your live555 libraries and ffmpeg, I am trying to write an h264 player

[Live-devel] How to detect packet loss

2010-08-17 Thread Pushkar Pradhan
Hi, While running the liveMedia client to receive RTP packets I acquire some statistics on the streamed data. I can easily get the total number of packets received and the number of bytes received like this: pVideoSrc->RTPgs()->statsGroupIncoming.totNumPackets() pVideoSrc->RTPgs()->statsGroupInco

Re: [Live-devel] Parsing MPEG TS

2008-03-24 Thread Pushkar Pradhan
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Saturday, March 22, 2008 12:18 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Parsing MPEG TS I'm trying to acquire a MPEG TS over UDP. Bu

Re: [Live-devel] Parsing MPEG TS

2008-03-21 Thread Pushkar Pradhan
I'm trying to acquire a MPEG TS over UDP. But I realized that the MPEGDemux uses a MPEGProgramStreamParser that's why it won't work. To the best of my understanding I don't think there is a MPEG TS parser in livemedia, is that true? pushkar ___ live-d

Re: [Live-devel] What source should I use to capture a MPEGTS stream?

2008-03-19 Thread Pushkar Pradhan
Yes it is indeed not RTP, I've conformed this with the server side developer. Will try with BasicUDPSource. Thanks, pushkar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Wednesday, March 19, 2008 9:49 PM To: LIVE555 Streaming Media

[Live-devel] What source should I use to capture a MPEGTS stream?

2008-03-19 Thread Pushkar Pradhan
I'm trying to play a MPEGTS stream (sending both audio video on same port), by creating a SimpleRTPSource. I figured out that SimpleRTPSource was the right choice by looking at the Boolean MediaSubsession::initiate(int useSpecialRTPoffset) function. However, MultiFramedRTPSource::networkReadHandle

Re: [Live-devel] Building Live555 streaming media in Windows Mobile 5.0

2008-03-16 Thread Pushkar Pradhan
Hello Ardy, We've built livemedia on VC 6 and also successfully imported the project in Visual Studio 2008. Do you want the project file (.dsp, .vcproj). Then if you have Visual Studio you can load it and copy the settings in eVC? My guess both may not be that different. pushkar