]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8304 #resolve [Choppy audio during calls]
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 8 Oct 2015 01:40:56 +0000 (20:40 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 8 Oct 2015 01:40:56 +0000 (20:40 -0500)
src/switch_rtp.c

index 6554e6c90d19a29da17afb6549057fe9db192d6a..674b2b33ed34dc301c0e0709d89daf01ca793af7 100644 (file)
@@ -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) {