Documentation for C-Werk 2.0.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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 Configuring the Web-Server).
  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 for video component operation).
  • No labels