remove thread_queue_size
This commit is contained in:
parent
c5ed95e681
commit
dc61a323cd
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user