GNOME Bugzilla – Bug 739344
rtpjitterbuffer: ensure rtx_retry_period >= 0
Last modified: 2014-11-22 14:51:42 UTC
Created attachment 289572 [details] [review] Patch When rtx_retry_timeout is greater than the jitterbuffer latency, rtx_retry_period is less than 0 but it is an unsigned value, so we get a very very big timer and the jitterbuffer retains the packets until it is reset.
Thanks for the patch, pushed: commit 6daa57868f01da46aa2c6cfc0a4dc8344312e4c1 Author: Miguel París Díaz <mparisdiaz@gmail.com> Date: Mon Oct 20 13:00:37 2014 +0200 rtpjitterbuffer: ensure rtx_retry_period >= 0 https://bugzilla.gnome.org/show_bug.cgi?id=739344