ccrtp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ccrtp-devel] problems receiving RTP on Windows 2000 Server?


From: Federico Montesino Pouzols
Subject: Re: [Ccrtp-devel] problems receiving RTP on Windows 2000 Server?
Date: Mon, 26 Jun 2006 11:17:05 +0200 (CEST)
User-agent: SquirrelMail/1.4.5

Hi,

On Thu, June 22, 2006 5:35 pm, Brian Davis wrote:
> Has anyone else experienced problems receiving RTP on a Windows 2000
> server?
>
> I am using ccrtp-1.4.1 and commoncpp2-1.4.1.  My test client is a simple
> MRCP client, using ccrtp to receive text-to-speech audio data.  The
> received audio is distorted because much of the audio data is never
> received.  Using Ethereal, I can see that the UDP packets arrive at the
> server, but only approximately 1 out of every 3 packets is read/received
> by ccRTP.
>
> Is this a known problem, and if so, is there a solution or a work-around?
>

What's the bandwidth an number of packets per second?

Do you see any clear loss pattern (are there loss bursts, etc.)?

One possibility to look into the issue would be overloading
onRTPPacketRecv with which you can see packets as they arrive before
being inserted into the incoming queue. The only processing done
before onRTPPacketRecv is the basic header validity check.

> Regards,
> Brian







reply via email to

[Prev in Thread] Current Thread [Next in Thread]