Don't print ffprobe stdout logs

This commit is contained in:
Nicolas Mowen 2023-10-13 10:07:32 -06:00 committed by GitHub
parent 9b687d77ce
commit b803f30623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,6 +355,7 @@ class RecordingMaintainer(threading.Thread):
"+faststart",
file_path,
stderr=asyncio.subprocess.PIPE,
stdout=asyncio.subprocess.DEVNULL,
)
await p.wait()