FS-8240 #resolve [local_stream a/v gets out of sync when running in the background]

This commit is contained in:
Anthony Minessale 2015-09-29 14:44:57 -05:00
parent a3a76cd02d
commit 243811ddc6
1 changed files with 3 additions and 1 deletions

View File

@ -279,6 +279,8 @@ static void *SWITCH_THREAD_FUNC read_stream_thread(switch_thread_t *thread, void
flush_video_queue(source->video_q); flush_video_queue(source->video_q);
} }
switch_buffer_zero(audio_buffer);
if (switch_core_timer_init(&timer, source->timer_name, source->interval, (int)source->samples, temp_pool) != SWITCH_STATUS_SUCCESS) { if (switch_core_timer_init(&timer, source->timer_name, source->interval, (int)source->samples, temp_pool) != SWITCH_STATUS_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Can't start timer.\n"); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CONSOLE, "Can't start timer.\n");
switch_dir_close(source->dir_handle); switch_dir_close(source->dir_handle);