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
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://
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
> 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
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
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
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
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
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