Axis Cgi Mjpg [updated]
It was a request for the Motion JPEG stream. No username, no password. Just a raw, hungry call.
url = "http://192.168.1.100/axis-cgi/mjpg/video.cgi?resolution=640x480" auth = ("username", "password") response = requests.get(url, auth=auth, stream=True) axis cgi mjpg