提交 10931392 authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Michael Jerris

FS-7500: make play_yuv silent since opus echo tends to kill chrome

上级 fe957fe6
...@@ -670,7 +670,8 @@ SWITCH_STANDARD_APP(play_yuv_function) ...@@ -670,7 +670,8 @@ SWITCH_STANDARD_APP(play_yuv_function)
} }
} }
if (read_frame) switch_core_session_write_frame(session, read_frame, SWITCH_IO_FLAG_NONE, 0); /* echo of opus tends to seg chrome */
//if (read_frame) switch_core_session_write_frame(session, read_frame, SWITCH_IO_FLAG_NONE, 0);
sprintf(ts_str, "%" SWITCH_TIME_T_FMT, switch_micro_time_now() / 1000); sprintf(ts_str, "%" SWITCH_TIME_T_FMT, switch_micro_time_now() / 1000);
text(img->planes[SWITCH_PLANE_PACKED], width, 20, 20, ts_str); text(img->planes[SWITCH_PLANE_PACKED], width, 20, 20, ts_str);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论