Latency tweaks for Windows Mobile 6

JM
Jerry Monteiro
Sun, Jan 10, 2010 1:59 AM

Hi all

I am hoping someone could advise some of the optimal settings you have found
to work well for windows mobile 6 and above.

Reading through the mailing lists, I have found some people that have used
the settings below, but would like if you could post the Values you have
used and perhaps other settings apart from the ones below.

#define PJMEDIA_SND_DEFAULT_REC_LATENCY  = ?

#define PJMEDIA_SND_DEFAULT_PLAY_LATENCY = ?

PJMEDIA_CODEC_MAX_SILENCE_PERIOD = ?

frame ptime = ?

Regards

Jerry

Hi all I am hoping someone could advise some of the optimal settings you have found to work well for windows mobile 6 and above. Reading through the mailing lists, I have found some people that have used the settings below, but would like if you could post the Values you have used and perhaps other settings apart from the ones below. #define PJMEDIA_SND_DEFAULT_REC_LATENCY = ? #define PJMEDIA_SND_DEFAULT_PLAY_LATENCY = ? PJMEDIA_CODEC_MAX_SILENCE_PERIOD = ? frame ptime = ? Regards Jerry
SD
sangram desai
Mon, Jan 11, 2010 5:27 AM

Hey Jerry,
You can have a look at config_site_sample.h file. The ideal Settings for
Windows Mobile 6 have been provided in this file. This file is located in
\pjlib\include\pj folder.
The ideal values for the macros you required are provided in the above file.
They are:-

#define PJMEDIA_SND_DEFAULT_REC_LATENCY 640
#define PJMEDIA_SND_DEFAULT_PLAY_LATENCY 640
PJMEDIA_CODEC_MAX_SILENCE_PERIOD 5000
frame ptime varies depending upon codec used.

We have used the above settings and they are working fine at our end on
Windows mobile 5/6 devices.

Thanks,
Sangram

On Sun, Jan 10, 2010 at 7:29 AM, Jerry Monteiro <
jerrym@matrixconsultants.com.au> wrote:

Hi all

I am hoping someone could advise some of the optimal settings you have
found to work well for windows mobile 6 and above.

Reading through the mailing lists, I have found some people that have used
the settings below, but would like if you could post the Values you have
used and perhaps other settings apart from the ones below.

#define PJMEDIA_SND_DEFAULT_REC_LATENCY  = ?

#define PJMEDIA_SND_DEFAULT_PLAY_LATENCY = ?

= ?

frame ptime = ?

Regards

*Jerry *


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hey Jerry, You can have a look at config_site_sample.h file. The ideal Settings for Windows Mobile 6 have been provided in this file. This file is located in \pjlib\include\pj folder. The ideal values for the macros you required are provided in the above file. They are:- #define PJMEDIA_SND_DEFAULT_REC_LATENCY 640 #define PJMEDIA_SND_DEFAULT_PLAY_LATENCY 640 PJMEDIA_CODEC_MAX_SILENCE_PERIOD 5000 frame ptime varies depending upon codec used. We have used the above settings and they are working fine at our end on Windows mobile 5/6 devices. Thanks, Sangram On Sun, Jan 10, 2010 at 7:29 AM, Jerry Monteiro < jerrym@matrixconsultants.com.au> wrote: > Hi all > > I am hoping someone could advise some of the optimal settings you have > found to work well for windows mobile 6 and above. > > Reading through the mailing lists, I have found some people that have used > the settings below, but would like if you could post the Values you have > used and perhaps other settings apart from the ones below. > > > > #define PJMEDIA_SND_DEFAULT_REC_LATENCY = ? > > #define PJMEDIA_SND_DEFAULT_PLAY_LATENCY = ? > > = ? > > frame ptime = ? > > > > > > *Regards* > > > > *Jerry * > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >