FS-8304 #resolve [Choppy audio during calls]
This commit is contained in:
parent
3e23ff7d29
commit
d1fca9bd31
|
@ -4004,7 +4004,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_set_video_buffer_size(switch_rtp_t *r
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!max_frames) {
|
if (!max_frames) {
|
||||||
max_frames = 30;
|
max_frames = 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!rtp_session->vb) {
|
if (!rtp_session->vb) {
|
||||||
|
|
Loading…
Reference in New Issue