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
f294ec1ca1
commit
1337c78ef8
@ -637,7 +637,7 @@ def ffprobe(camera_name):
|
||||
}
|
||||
)
|
||||
|
||||
return jsonify(output, "200")
|
||||
return jsonify(output)
|
||||
else:
|
||||
# user has single stream
|
||||
ffprobe = ffprobe_stream(config.ffmpeg.inputs[0].path)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user