Displaying 1 result from an estimated 1 matches for "compute_opt_delay".
2008 Sep 15
1
Jitter Buffer issues
...ce the link is reestablished there is a
large latency delay introduced because the oldest packet is the first
one retrieved. This latency stays until tb_init() is called on the first
timing buffer. This can take as long as 12.3 seconds. When the first
timing buffer is cleared the next packet causes compute_opt_delay() to
return the correct delay since there is only one delay in the timing
buffer the jitter buffer is then shifted correctly. I think the problem
is in compute_opt_delay() in the way it finds the latest packet.
Currently it finds the most resent packet in the timing buffer not the
oldest packet. Th...