From: Anthony Minessale Date: Thu, 12 Feb 2015 04:06:43 +0000 (-0600) Subject: FS-7513: keyframe every 10 on conf X-Git-Tag: v1.6.2~614^2~411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0115fa192e370220401098debbc1274c074e6fee;p=thirdparty%2Ffreeswitch.git FS-7513: keyframe every 10 on conf --- 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 };