Re: Delay in VoIP call for WinCE5.0 device by dferencz
dferencz
Wed May 21 10:19:53 PDT 2008
On May 21, 8:55=A0am, jipinj...@gmail.com wrote:
> On May 20, 9:18=A0pm, "Silver" <moc.liamtoh@gnirrevliseht> wrote:
>
> > I seriously doubt that your Ethernet driver is causing the delay but tha=
t is
> > easy to test using 'ping'. Simply ping one device from the other and loo=
k at
> > the ping time.
>
> > I have run this on very similar configurations to you and experienced
> > sub-second latency, around 500mS maximum. I was using PCM u-Law codecs.
> > The signalling protocol does not matter as RTP handles the voice
> > transmission whereas SIP/H323 setup the call and terminate it but do not=
> > carry voice data.
>
> > Are you perhaps using VMINI - that is using KITL on the same Ethernet pa=
rt
> > as NDIS?
>
> > Geoff
> > --
>
> =A0 Thank you Geoff,
>
> We have tested using ping as you said, between a PC and a device. We
> have observed the ping time as 1 millisecond only.So can i confirm
> that the ethernet driver is not making any delay. We are not using
> VMINI.We have disabled the KITL and using SMSC 9118 ethernet miniport
> driver.Is there any other way to test the ethernet performance?.
>
> Jipin
Jipin,
You should also investigate the performance of your wave audio driver
(capture), as latency could be due to the driver collecting a large
number of samples before forwarding it to the VoIP codec. Refer to
the "Voice Performance" topic in the CE 5.0 documentation.
-- Don