mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Return full output of ffprobe process
This commit is contained in:
parent
0b2f4ea525
commit
9e0f5af9da
@ -632,7 +632,7 @@ def ffprobe(camera_name):
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
return jsonify(output, "200")
|
return jsonify(output)
|
||||||
else:
|
else:
|
||||||
# user has single stream
|
# user has single stream
|
||||||
ffprobe = ffprobe_stream(config.ffmpeg.inputs[0].path)
|
ffprobe = ffprobe_stream(config.ffmpeg.inputs[0].path)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user