Versions Compared

Key

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

The Web-Server allows accessing Axxon One remotely over the Internet (see 웹 서버를 사용하면 Axxon One에 원격으로 인터넷을 통해 접근할 수 있습니다 (웹 클라이언트에서 Axxon One 작업 참조).

Note
titleAttention
  • On the local computer with the Web-Server running, ports from the range 웹 서버가 실행되는 로컬 컴퓨터에서는 [9001; 9001 + number of logical cores of the processor] must be open.
  • Except for H.264 format, the Web-Server transcodes the incoming video image using the MJPEG compression algorithm, which can result in high levels of incoming traffic.

To configure the Web-Server in Axxon One, do the following:

  • 논리적 코어 수] 범위의 포트가 열려 있어야 합니다.
  • H.264 형식을 제외한 다른 형식은 웹 서버에서 MJPEG 압축 알고리즘을 사용하여 들어오는 비디오 이미지를 트랜스코딩하므로 이로 인해 높은 수준의 수신 트래픽이 발생할 수 있습니다.

웹 서버를 Axxon One에서 구성하려면 다음 단계를 따르세요:

  1. 서버 객체를 선택합니다.
    Image Added
  2. 기본적으로 웹 서버는 서버와 함께 자동으로 시작됩니다. 웹 서버를 비활성화하려면 Enable 매개변수 값을 No로 설정합니다 (1).

  3. 포트 필드에 웹 서버가 위치할 포트 번호를 입력합니다 (2).

  4. SSL 포트를 통해서만 웹 서버에 연결하려면 다음을 수행합니다.
    1. SSL 포트를 통해서만 웹 서버에 연결하려면 다음을 수행합니다 (7).
    2. 개인 키 파일의 경로를 지정합니다 (6).
    3. 인증서 파일의 경로를 지정합니다

  5. Select a Server object.
    Image Removed
  6. By default, the Web-Server starts automatically together with the Server. If you want to disable the Web-Server, set the value of the Enable parameter to No (1).

  7. In the Port field, enter the port number on which the Web-Server will be located (2).

  8. To connect to the Web-Server via the SSL port only, do the following:
    1. Enter the SSL port number to connect to the Web-Server (7).
    2. Specify a path to the private key file (6).
    3. Specify a path to the certificate file (3).

      Note
      titleAttention!
      • Axxon One supports SSL certificates in PEM format with TLS encryption v 은 TLS 암호화 버전 1.2 and 1.3 and 3과 AES GCM, AES CCM and , AES CBC algorithms.
        The public key must be in CRT format, the private key must be in KEY format.
      • If the private key file and certificate file are not specified in the Web-Server settings, the connection to the Web-Server will be made via HTTP Port only.
      • 알고리즘을 지원하는 PEM 형식의 SSL 인증서를 지원합니다. 공개 키는 CRT 형식이어야 하며 개인 키는 KEY 형식이어야 합니다.
      • 개인 키 파일과 인증서 파일이 웹 서버 설정에서 지정되지 않으면 웹 서버와의 연결은 HTTP 포트를 통해서만 이루어집니다.


  9. 웹 서버에서 CORS 메커니즘을 사용해야 하는 경우 해당 매개변수를 활성화합니다 If the Web-Server should use the CORS mechanism, enable the corresponding parameter (4).
    Axxon One supports the following:

    1. CORS HTTP-headers for GET and POST requests.

    2. Preflight requests.

    은 다음을 지원합니다.

    1. GET 및 POST 요청을 위한 CORS HTTP 헤더

    2. 사전 요청 (Preflight requests)

  10. 웹 서버가 스트림을 트랜스코딩해야 하는 경우 해당 매개변수를 활성화합니다 (5). 기본적으로 웹 서버는 스트림을 트랜스코딩하지 않으며 이는 서버의 예기치 않은 CPU 부하를 방지하는 데 도움이 됩니다. 예를 들어, 브라우저에서 H.265 형식의 비디오를 재생할 수 없는 경우, 브라우저에서 지원하는 비디오 코덱으로 전환해야 합니다 (If the Web-Server must transcode the stream, enable the corresponding parameter (5). By default, the Web-Server doesn’t transcode the stream, which helps to avoid unpredictable CPU load on the Server. For example, if the browser cannot playback a video in H.265 format, you must switch to a browser-supported video codec (see 웹 클라이언트에서 실시간 비디오 감시) or change the video codec of the camera to the video codec supported by the browser (see The Camera object).
  11. In the URL path field, enter the prefix that is added to the Server address (8).
  12. Click the Apply button to apply the configured parameters and restart the Web-Server.

  13. 참조) 또는 카메라의 비디오 코덱을 브라우저에서 지원하는 비디오 코덱으로 변경해야 합니다 (카메라 객체 참조).
  14. URL 경로 필드에서 서버 주소에 추가되는 접두사를 입력합니다 (8).
  15. 구성된 매개변수를 적용하려면 적용 버튼을 클릭하고 웹 서버를 재시작합니다.

이제 웹 서버가 구성되었으며, 인터넷에서 다음 주소를 통해 접근할 수 있습니다The Web-Server is now configured and available over the Internet at the following address: http://<IP address of of Axxon One Server>:<Port>/<Prefix>. For example, if the Servers IP address is 예를 들어, 서버의 IP 주소가 10.0.11.1 , the port is 8000, and the prefix is 이고 포트가 8000이며 접두사가 /asip-api, then the Web-Server can be accessed at the following address: 인 경우, 웹 서버는 다음 주소에서 접근할 수 있습니다: http://10.0.11.1:8000/asip-api.

...