Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUACAMOLE-1760: Add documentation for VNC compression and quality parameters #224

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/configuring-guacamole.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,19 @@ available to work around such issues.
parameter is optional. By default, lossy compression will be used when
heuristics determine that it would likely outperform lossless compression.

`compress-level`
: Controls the level of compression requested of the VNC server when either
tight or zlib encoding is in use, on a scale of 0 to 9, with 0 being no
compression and 9 being the highest level of compression. Note that this
is negotiated with the server, and ultimately the decision on the amount
of compression that is done is up to the VNC server.

`quality-level`
: Sets the JPEG qualit level, on a scale of 0 to 9, when the tight encoding
is in use, with 0 being the lowest image quality (but likely improved
compression and speed) and 9 being the highest image quality but with
reduced compression and speed.

#### VNC Repeater

There exist VNC repeaters, such as UltraVNC Repeater, which act as
Expand Down
Loading