]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_video_filter] Disable waiting video ready which blocks the channel 10 seconds...
authorSeven Du <seven@signalwire.com>
Thu, 12 Mar 2020 14:01:56 +0000 (22:01 +0800)
committerAndrey Volk <andywolk@gmail.com>
Tue, 16 Mar 2021 17:16:06 +0000 (20:16 +0300)
src/mod/applications/mod_video_filter/mod_video_filter.c

index 3cd8c84ce9a47c33e927f53a553e05a896020000..613f8d91958e279ffb791a7a12581c3a643222e1 100644 (file)
@@ -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);