mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-12026 [mod_httapi] fix multichannel file download and play
This commit is contained in:
parent
b8e14cb9b5
commit
44199e91b5
@ -3004,7 +3004,8 @@ static switch_status_t file_open(switch_file_handle_t *handle, const char *path,
|
||||
handle->seekable = context->fh.seekable;
|
||||
handle->speed = context->fh.speed;
|
||||
handle->interval = context->fh.interval;
|
||||
handle->channels = context->fh.real_channels;
|
||||
handle->channels = context->fh.channels;
|
||||
handle->cur_channels = context->fh.real_channels;
|
||||
handle->flags |= SWITCH_FILE_NOMUX;
|
||||
|
||||
if (switch_test_flag((&context->fh), SWITCH_FILE_NATIVE)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user