remove thread_queue_size

This commit is contained in:
jb-alvarado 2020-06-30 20:46:12 +02:00
parent c5ed95e681
commit dc61a323cd

View File

@ -35,7 +35,7 @@ def output():
messenger.info('Play: "{}"'.format(current_file))
cmd = [
'ffmpeg', '-v', _log.ff_level.lower(), '-hide_banner',
'-nostats', '-re', '-thread_queue_size', '256'
'-nostats', '-re'
] + src_cmd + [
'-metadata', 'service_name=' + _playout.name,
'-metadata', 'service_provider=' + _playout.provider,