Created
December 5, 2015 21:19
-
-
Save btipling/03540d7d4254db0a4698 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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