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
_______________________________________________
ekiga-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/ekiga-list