Versions Compared

Key

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

비디오 구성 요소는 사용자 정의 웹 페이지를 사용하여 웹 클라이언트의 원격 제어를 가능하게 합니다.

비디오 구성 요소를 사용하면 다음을 수행할 수 있습니다.

  • 라이브 및 보관된 비디오 디스플레이
  • 아카이브 모드에서 동영상 재생 및 중지
  • 아카이브 모드에서 특정 시간으로 이동

비디오 구성 요소를 사용하려면 다음이 필요합니다.

  1. 웹 서버 구성 (

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. 사용자 지정 웹 페이지에 iframe 요소 추가
  4. 이 요소에서 웹 서버 주소를 지정In 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 Web API, send the commands to the video component (see Web API 를 사용하여 비디오 구성 요소에 명령어를 전송합니다 (비디오 구성 요소 작업을 위한 API 참고).