]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7513: keyframe every 10 on conf
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 12 Feb 2015 04:06:43 +0000 (22:06 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:00 +0000 (12:47 -0500)
src/mod/applications/mod_conference/mod_conference.c

index d3763f3aa902558660c903fefec2f1cfe2681284..7533ff79dca334cbc21dc23d92b58a099f80a557 100644 (file)
@@ -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 };