If version 4.10.0.0 is specified in request, then the stream obtained is in MJPEG format 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://10.0.36.158:8085/web2/secure/video/action.do?version=4.10.0.0&sessionid=1234567890&video_in=CAM:1&imageWidth=200&fps=1&login=1&password=1

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

<html>
 <head/>
 <body>
  <img src="path to mjpeg"/>
 </body>
</html>