w w w . s m a x . c o m . t w
Chapter 6.
P 72
6.1.2.3. Factory Default
Syntax:
---------------------------------------------------------------------------
http:// camera_ip:port /cgi/admin/restart.cgi
---------------------------------------------------------------------------
Example:
http:// camera_ip:port /cgi/admin/restart.cgi
Return:
OK
HTTP/1.1 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: <content length>\r\n
\r\n
OK\r\n
FAIL
HTTP/1.1 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: <content length>\r\n
\r\n
Request failed: <error message>\r\n
6.1.3. Video
6.1.3.1. MJPEG
Syntax:
---------------------------------------------------------------------------
http:// camera_ip:port /cgi/mjpg/mjpeg.cgi
---------------------------------------------------------------------------
Example:
http:// camera_ip:port /cgi/mjpg/mjpeg.cgi
Return:
OK
HTTP/1.1 200 OK\r\n
Content-Type: multipart/
mixed;boundary=myboundary\r\n
\r\n
--myboundary\r\n
Content-Length: <content length>\r\n
\r\n
<Payload Header>
<Payload Data>
--myboundary\r\n
Content-Length: <content length>\r\n
\r\n
<Payload Header>
<Payload Data>
….