1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-05 10:08:08 +00:00

[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

@ -970,7 +970,7 @@ SWITCH_STANDARD_APP(video_replace_start_function)
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));
switch_assert(context != NULL);