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

[Live-devel] Lost Packets Ratio

2008-09-01 Thread MrBrain
Hello, I am using testMP3Streamer and testMP3Receiver.Is there a way to know how many packets (RTP or UDP) have been lost? I need to know it while data is still being transmitted, not at the end.Thanks in advance.   Marco Dell'Anna. -- Email.it, the professional e-mail, gratis per te: http://

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
iginal Message- From: [EMAIL PROTECTED] on behalf of Luc Roels Sent: Fri 6/29/2007 1:34 AM To: [EMAIL PROTECTED] Subject: [Live-devel] Lost packets Hi Mojtaba, Writing a tutorial takes some time, which for the moment I don't really have, sorry. But in short, what I did to create

Re: [Live-devel] Lost packets

2007-06-29 Thread Mojtaba Hosseini
al Message- From: [EMAIL PROTECTED] on behalf of Luc Roels Sent: Fri 6/29/2007 1:34 AM To: [EMAIL PROTECTED] Subject: [Live-devel] Lost packets Hi Mojtaba, Writing a tutorial takes some time, which for the moment I don't really have, sorry. But in short, what I did to create my streamin

[Live-devel] Lost packets

2007-06-29 Thread Luc Roels
Hi Mojtaba, Writing a tutorial takes some time, which for the moment I don't really have, sorry. But in short, what I did to create my streaming server was to: 1) Create a custom DeviceSource class derived from FramedSource ( see FAQ, based on liveMedia/DeviceSource.cpp and liveMedia/Devic

Re: [Live-devel] Lost packets

2007-06-28 Thread Mojtaba Hosseini
evel] Lost packets -Original Message- From: [EMAIL PROTECTED] on behalf of Luc Roels Sent: Thu 6/28/2007 7:14 AM To: [EMAIL PROTECTED] Subject: [Live-devel] Lost packets Hi Ross, I've been able to create a simple streaming server for my 'modified H.264' video encoder

[Live-devel] Lost packets

2007-06-28 Thread Luc Roels
Hi Ross, I've been able to create a simple streaming server for my 'modified H.264' video encoder card and created a simple viewing client in just a couple of days using the livemedia library, and it might even have been faster if there was some good documentation available :-). Even so, Live