mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 01:06:00 +00:00
Compare commits
1 Commits
ad2f7424fa
...
cbe11b0197
Author | SHA1 | Date | |
---|---|---|---|
|
cbe11b0197 |
@ -619,7 +619,7 @@ static void *SWITCH_THREAD_FUNC write_stream_thread(switch_thread_t *thread, voi
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
memset(mp3buf, 0, 128);
|
memset(mp3buf, 0, 128);
|
||||||
shout_send(context->shout, mp3buf, 128);
|
ret = shout_send(context->shout, mp3buf, 128);
|
||||||
}
|
}
|
||||||
|
|
||||||
shout_sync(context->shout);
|
shout_sync(context->shout);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user