mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-05 03:41:53 +00:00
FS-8304 #resolve [Choppy audio during calls]
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user