Skip to content

Instantly share code, notes, and snippets.

@btipling
Created December 5, 2015 21:19
Show Gist options
  • Save btipling/03540d7d4254db0a4698 to your computer and use it in GitHub Desktop.
Save btipling/03540d7d4254db0a4698 to your computer and use it in GitHub Desktop.
curl -vvv "http://50.168.68.186:3080/nphMotionJpeg?Resolution=640x480&Quality=Standard"
* Trying 50.168.68.186...
* Connected to 50.168.68.186 (50.168.68.186) port 3080 (#0)
> GET /nphMotionJpeg?Resolution=640x480&Quality=Standard HTTP/1.1
> Host: 50.168.68.186:3080
> User-Agent: curl/7.43.0
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 200 OK
< Content-type: multipart/x-mixed-replace; boundary=--myboundary
<
--myboundary
Content-length: 32498
Content-type: image/jpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment