From: Anthony Minessale Date: Thu, 8 Oct 2015 01:40:56 +0000 (-0500) Subject: FS-8304 #resolve [Choppy audio during calls] X-Git-Tag: v1.6.3~1^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1fca9bd314a4bf28a8a64d786ff0cacc63cc2cd;p=thirdparty%2Ffreeswitch.git FS-8304 #resolve [Choppy audio during calls] --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 6554e6c90d..674b2b33ed 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -4004,7 +4004,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_set_video_buffer_size(switch_rtp_t *r } if (!max_frames) { - max_frames = 30; + max_frames = 50; } if (!rtp_session->vb) {