Go to documentation repository
Page History
To receive video from the Server monitor screen, add an object with the following address format:서버 모니터 화면에서 비디오를 수신하려면 다음 주소 형식으로 개체를 추가하십시오.
| No Format |
|---|
gdigrab://desktop |
| Info | ||
|---|---|---|
| ||
To receive video from remote Clients, you have to use RTSP transmission (see 원격 클라이언트에서 비디오를 수신하려면 RTSP 전송을 사용하거나 (Receiving video from the remote Client monitor with the FFmpeg driver 참고) , or install Axxon Next's Server services on your Client (see 설치).클라이언트에 Axxon Next 서버 서비스를 설치해야 합니다 (설치 참고). |
기본적으로 비디오는 MJPEG 형식으로 모든 서버 모니터에서 전송됩니다. YUV422 형식도 사용할 수 있습니다By default, videos are transmitted from all Server monitors in MJPEG format. YUV422 format is also available.
| Info | ||
|---|---|---|
| ||
The YUV422 requires more network bandwidth. Take this into account when you select a format. |
You can set a parameter string in the Additional Options field.
YUV422 에는 더 많은 네트워크 대역폭이 필요합니다 . 형식을 선택할 때 이것을 고려하십시오. |
추가 옵션필드에서 매개변수 문자열을 설정할 수 있습니다.
지원되는 매개변수 | 설명 | Supported parameters | Description |
| -draw_mouse <int> | Mouse cursor presence. Available range마우스 커서 존재. 사용 가능한 범위: 0 to ~ 1, default value기본값: 1. | ||
| -show_region <int> | Capture area indication. Available range캡처 영역 표시. 사용 가능한 범위: 0 to ~ 1, default value기본값: 1. | ||
| -framerate <video_rate> | FPS value.값 | ||
| -video_size <image_size> | Video image size.비디오 이미지 크기 | ||
| -offset_x <int> | Capture area 캡처 영역 X offset. Default value is 0.오프셋. 기본값은 0 | ||
| -offset_y <int> | Capture area 캡처 영역 Y offset. Default value is 0.오프셋. 기본값은 0 |
예제 매개변수 문자열An example parameter string:
| No Format |
|---|
-draw_mouse 1 -show_region 1 -framerate 25 -video_size 640x480 -offset_x 10 -offset_y 10 |
...