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

This commit is contained in:
Anthony Minessale 2014-11-19 17:37:33 -06:00 committed by Michael Jerris
parent fe957fe66a
commit 1093139271
1 changed files with 2 additions and 1 deletions

View File

@ -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);
text(img->planes[SWITCH_PLANE_PACKED], width, 20, 20, ts_str);