Versions Compared

Key

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

Komponent wideo umożliwia zdalną kontrolę klienta Web za pośrednictwem niestandardowej strony Web.

Komponent wideo pozwala na:

  • Wyświetlanie wideo na żywo oraz archiwalnego.
  • Odtwarzanie i zatrzymywanie wideo w trybie archiwum.
  • Przechodzenie do określonego czasu w trybie archiwum.

Aby korzystać z komponentu wideo, niezbędne jest:

  1. Skonfigurowanie serwera Web (zobacz: 

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 Konfigurowanie serwera Web).
  2. Add an iframe element to a custom web page.
  3. Dodanie elementu iframe do strony Web.
  4. Określenie adresu serwera Web w tym elemencieIn this element, specify the web server address.

    Code Block
    <iframe src="http://10.0.11.66:81/embedded.html" width="800px" height="600px" id="iframe"> test </iframe>


  5. Using the Korzystając z Web API, send the commands to the video component (see API for video component operationwysłanie komend do komponenta wideo (zobacz: API operacji komponentu wideo).