Return full output of ffprobe process

This commit is contained in:
Nick Mowen 2022-11-10 06:40:58 -07:00
parent f294ec1ca1
commit 1337c78ef8

View File

@ -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)