mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +00:00
FS-7514: don't auto answer in decode_video
This commit is contained in:
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_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_get_read_impl(session, &read_impl);
|
||||||
switch_core_session_receive_message(session, &msg);
|
switch_core_session_receive_message(session, &msg);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user