Return full output of ffprobe process

This commit is contained in:
Nick Mowen 2022-11-10 06:40:58 -07:00
parent 0b2f4ea525
commit 9e0f5af9da

View File

@ -632,7 +632,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)