mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-7513: keyframe every 10 on conf
This commit is contained in:
parent
b2fa835a0a
commit
0115fa192e
@ -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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user