Re: [Live-devel] Lost Packets Ratio

2008-09-01 Thread Ross Finlayson
I am using testMP3Streamer and testMP3Receiver. Is there a way to know how many packets (RTP or UDP) have been lost? Yes - you can look at the "RTPReceptionStats" for the "RTPSource" object. Note how "openRTSP" implements its "-Q" option, using the code for "qosMeasurementRecord::periodicQOSM

Re: [Live-devel] Lost packets

2007-07-23 Thread Morgan Tørvolt
Could not this be added very easily using a singleton? This would make the data accessible anywhere, and not demand any change to the API. -Morgan- On 17/07/07, Ross Finlayson <[EMAIL PROTECTED]> wrote: > > Is there a reason why this is the current design? > > Because the details of the underlyi

Re: [Live-devel] Lost packets

2007-07-17 Thread Ross Finlayson
> Is there a reason why this is the current design? Because the details of the underlying transport protocol (in this case, RTP) are intended to be transparent to higher-level software. There are no plans to change the current API. -- Ross Finlayson Live Networks, Inc. http://www.live555.com

Re: [Live-devel] Lost packets

2007-07-17 Thread Mojtaba Hosseini
this is the current design? Is it worth while to try to add this functionality to liveMedia? Mojtaba Hosseini -Original Message- From: [EMAIL PROTECTED] on behalf of Mojtaba Hosseini Sent: Fri 6/29/2007 7:02 AM To: LIVE555 Streaming Media - development & use Subject: RE: [Live-devel]

Re: [Live-devel] Lost packets

2007-06-29 Thread Mojtaba Hosseini
Thanks Luc, I just wanted to know how other people are implementing the same thing. It looks like we have done similar work which means I was not too far off the track. Thanks for your explanation. In the very near future I will be looking at the packet loss issue through liveMedia. I'll repor

Re: [Live-devel] Lost packets

2007-06-28 Thread Mojtaba Hosseini
Hello, I agree. I was also able to create an RTP streaming application for my H264 encoder within a week. More documentation would surely be appreciated by new users. Towards this, I documented my work and put it here: (it has sample code + UML diagrams) http://www.white.ca/patrick/tutorial.ta