mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-7514: don't auto answer in decode_video
This commit is contained in:
committed by
Michael Jerris
parent
753f49fe32
commit
1d844f150b
@@ -618,7 +618,7 @@ SWITCH_STANDARD_APP(play_video_function)
|
||||
|
||||
switch_buffer_create_dynamic(&(context->audio_buffer), VLC_BUFFER_SIZE, VLC_BUFFER_SIZE * 8, 0);
|
||||
|
||||
switch_channel_answer(channel);
|
||||
switch_channel_pre_answer(channel);
|
||||
switch_core_session_get_read_impl(session, &read_impl);
|
||||
switch_core_session_receive_message(session, &msg);
|
||||
|
||||
|
Reference in New Issue
Block a user