Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If version 4.10.0.0 is specified in request, then the stream obtained is in MJPEGformat without XML inserts – it can be displayed on a web page using the IMG tag in Chrome and FireFox browsers. This feature is implemented for both live and archive video.

Request sample:

http://example.com:[port][/somecontext]10.0.36.158:8085/web2/secure/video/action.do?version=4.710.80.0&sessionid=FC126734&cam.id=51234567890&video_in=CAM:1&imageWidth=200&fps=1&login=XXX1&password=YYY – request of video for camera with id 5.

cam.id – camera id.

...

1

Here is an example of using request results on the web page:

<html>

 <head/>

 <body>

  <img src="path to mjpeg"/>

 </body>

</html>