forked from Github/frigate
Increase download output (#14523)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user