Re: [Ekiga-list] delay issue
- From: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
- To: Ekiga mailing list <ekiga-list gnome org>
- Subject: Re: [Ekiga-list] delay issue
- Date: Sun, 30 Aug 2009 21:23:13 +0200
LiQun Li wrote:
> Hi,
> Recently I use Ekiga pretty often. I found the delay feels a little long to
> make caller and caller feel very obvious. Are there any methods/parameters
> to adjust to limit the delay?
I would say look at Preferences->Audio->Codecs->jitter.
> When Ekiga is working , there is some status on the bottom line, such as "A
> 8.0/7.5....". What does it mean?
A is for audio.
src/gui/main.cpp:
msg = g_strdup_printf (_("A:%.1f/%.1f V:%.1f/%.1f FPS:%d/%d"),
mw->priv->current_call->get_transmitted_audio_bandwidth (),
mw->priv->current_call->get_received_audio_bandwidth (),
mw->priv->current_call->get_transmitted_video_bandwidth (),
mw->priv->current_call->get_received_video_bandwidth (),
videooutput_stats.tx_fps,
videooutput_stats.rx_fps);
I have just added it to the wiki:
http://wiki.ekiga.org/index.php/Documentation#Monitor_a_call
--
Eugen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]