FS-7513: keyframe every 10 on conf

This commit is contained in:
Anthony Minessale 2015-02-11 22:06:43 -06:00 committed by Michael Jerris
parent b2fa835a0a
commit 0115fa192e
1 changed files with 1 additions and 1 deletions

View 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 };