To receive video from the application window on the Server, add an object with the following address format:

gdigrab://"Window title"

where "Window title" is the application window header.

The address may contain only Latin characters. If the app window header contains some other characters, use any 3rd party utility to change them.

By default, videos are transmitted in MJPEG format. YUV422, H.264 and MPEG4 formats are also available.

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. 

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.

-offset_y <int>

Capture area Y offset. Default value is 0.

An example parameter string:

-draw_mouse 1 -show_region 1 -framerate 25 -video_size 640x480 -offset_x 10 -offset_y 10