提交 6b3445dd authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7513: try 30 again

上级 d291c499
...@@ -1417,8 +1417,7 @@ static void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread ...@@ -1417,8 +1417,7 @@ static void *SWITCH_THREAD_FUNC conference_video_muxing_thread_run(switch_thread
init_canvas(conference, vlayout); init_canvas(conference, vlayout);
/* 25 FPS */ switch_core_timer_init(&timer, "soft", 33, 3000, conference->pool);
switch_core_timer_init(&timer, "soft", 40, 3600, conference->pool);
if (!switch_test_flag(conference, CFLAG_MINIMIZE_VIDEO_ENCODING)) { if (!switch_test_flag(conference, CFLAG_MINIMIZE_VIDEO_ENCODING)) {
packet = switch_core_alloc(conference->pool, SWITCH_RECOMMENDED_BUFFER_SIZE); packet = switch_core_alloc(conference->pool, SWITCH_RECOMMENDED_BUFFER_SIZE);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论