87
Appendix B
Network Camera HTTP CGI
User-level CGI commands (user level privilege)
Notes: If camera is in privacy mode, it will reject the streaming/snapshot request with
“406 Not Acceptable” and stop video post for event.
Video and Image commands
Stream M-JPEG video
HTML page for the end user
Method: GET
URL:
http://<ip>/img/mjpeg.htm
Return:
HTTP/1.0 200 OK\r\n
…
content-type: text/html\r\n
…
http://<ip>/img/video.mjpeg
…
B