I am using an application that is using the speex jitterbuffer. What happens is that the jitterbuffers appears to grow large when there is heavy variations in the connectivity, and the result is then a heavy delay (up to 5 seconds) - basically, it appears as if no packets are thrown away.
I want to reduce the delay; tolerate a max of 1 second delay, even if it means throwing away old buffered packets. My question is how do you configure the speex jitterbuffer to do this?
Thanks