[mod_video_filter] Disable waiting video ready which blocks the channel 10 seconds in early media
This commit is contained in:
parent
16ee826e2b
commit
21a536e774
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue