thread_queue_size for copy mode

This commit is contained in:
jb-alvarado 2019-06-16 14:27:15 +02:00
parent 05c1739b40
commit 4279f32089

View File

@ -1054,7 +1054,8 @@ def main():
if _pre_comp.copy:
encoder_cmd = [
'ffmpeg', '-v', 'info', '-hide_banner', '-nostats',
'-re', '-i', 'pipe:0', '-c', 'copy'
'-re', '-thread_queue_size', '256',
'-i', 'pipe:0', '-c', 'copy'
] + _playout.post_comp_copy
else:
encoder_cmd = [