[mod_video_filter] Disable waiting video ready which blocks the channel 10 seconds in early media

This commit is contained in:
Seven Du 2020-03-12 22:01:56 +08:00 committed by Andrey Volk
parent 16ee826e2b
commit 21a536e774
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,7 @@ SWITCH_STANDARD_APP(video_replace_start_function)
return; return;
} }
switch_channel_wait_for_flag(channel, CF_VIDEO_READY, SWITCH_TRUE, 10000, NULL); // switch_channel_wait_for_flag(channel, CF_VIDEO_READY, SWITCH_TRUE, 10000, NULL);
context = (video_replace_context_t *) switch_core_session_alloc(session, sizeof(*context)); context = (video_replace_context_t *) switch_core_session_alloc(session, sizeof(*context));
switch_assert(context != NULL); switch_assert(context != NULL);