[Freeswitch-dev] stfu jitterbuffer in FS
Jyotshna Cherukuri
jcherukuri_necc at yahoo.com
Wed Oct 27 12:26:15 PDT 2010
Hi,
I enabled Jitterbuffer in FS for A leg of the call and when I set up packet loss
simulation(4%) on my end client I expected FS to tag the lost packets as
SFF_PLC but its not .I rather see the below code being executed . Could you
please explain what this code does in stfu.c?
i->miss_count++;
if (i->miss_count > 10 || (i->in_queue->array_len == i->in_queue->array_size) ||
tried >= i->in_queue->array_size) {
i->running = 0;
i->interval = 0;
i->out_queue->wr_len = i->out_queue->array_size;
return NULL;
}
Any help is greatly appreciated
Thanks
Jyotshna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20101027/cb6ea262/attachment.html
More information about the FreeSWITCH-dev
mailing list