mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Increase download output (#14523)
This commit is contained in:
parent
d715a8c290
commit
e4048be088
@ -460,7 +460,7 @@ def recording_clip(
|
|||||||
text=False,
|
text=False,
|
||||||
) as ffmpeg:
|
) as ffmpeg:
|
||||||
while True:
|
while True:
|
||||||
data = ffmpeg.stdout.read(1024)
|
data = ffmpeg.stdout.read(8192)
|
||||||
if data is not None and len(data) > 0:
|
if data is not None and len(data) > 0:
|
||||||
yield data
|
yield data
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user