mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Don't print ffprobe stdout logs (#8153)
This commit is contained in:
parent
34b315cc8c
commit
4c7ea01137
@ -355,6 +355,7 @@ class RecordingMaintainer(threading.Thread):
|
|||||||
"+faststart",
|
"+faststart",
|
||||||
file_path,
|
file_path,
|
||||||
stderr=asyncio.subprocess.PIPE,
|
stderr=asyncio.subprocess.PIPE,
|
||||||
|
stdout=asyncio.subprocess.DEVNULL,
|
||||||
)
|
)
|
||||||
await p.wait()
|
await p.wait()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user