Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is [available too].

Previous page Next page

The video component enables the remote control of the web client using a custom web page.

The video component allows you to:

  • Display live and archived video.
  • Play and stop the video in archive mode.
  • Go to a certain time in archive mode.

To use the video component, it is necessary to:

  1. Configure the web server (see 웹 서버 구성).
  2. Add an iframe element to a custom web page.
  3. In this element, specify the web server address.

    <iframe src="http://10.0.11.66:81/embedded.html" width="800px" height="600px" id="iframe"> test </iframe>
  4. Using the Web API, send the commands to the video component (see 비디오 구성 요소 운영을 위한 API).
  • No labels