mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
FS-7513: try out 25fps
This commit is contained in:
parent
21a90d71b0
commit
dba3f8429d
@ -1412,7 +1412,8 @@ static void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread
|
||||
|
||||
init_canvas(conference, vlayout);
|
||||
|
||||
switch_core_timer_init(&timer, "soft", 33, 3000, conference->pool);
|
||||
/* 25 FPS */
|
||||
switch_core_timer_init(&timer, "soft", 40, 3600, conference->pool);
|
||||
|
||||
if (!switch_test_flag(conference, CFLAG_MINIMIZE_VIDEO_ENCODING)) {
|
||||
packet = switch_core_alloc(conference->pool, SWITCH_RECOMMENDED_BUFFER_SIZE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user