From 0115fa192e370220401098debbc1274c074e6fee Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 11 Feb 2015 22:06:43 -0600 Subject: [PATCH] FS-7513: keyframe every 10 on conf --- src/mod/applications/mod_conference/mod_conference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index d3763f3aa9..7533ff79dc 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -1356,7 +1356,7 @@ static void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread switch_timer_t timer = { 0 }; int i = 0; int used = 0, remaining = 0; - uint32_t video_key_freq = 30000000; + uint32_t video_key_freq = 10000000; switch_time_t last_key_time = 0; mcu_layer_t *layer = NULL; switch_frame_t write_frame = { 0 };