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

adjust quality and such #8

Open
atar-axis opened this issue May 3, 2024 · 1 comment
Open

adjust quality and such #8

atar-axis opened this issue May 3, 2024 · 1 comment

Comments

@atar-axis
Copy link

Could you give me a pointer on how to adjust the quality of the transferred data?
Best regards!

@zocker-160
Copy link
Owner

zocker-160 commented May 3, 2024

there are no pointers in Python code so I don't know what to give you heh

Alright so the short answer is, that you simply can't because it is not implemented.

The long answer is, that this code is an afternoon hackjob to get VNC running in a QWidget, so I have currently only implemented the absolute minimum required to be compliant to RFC 6143, which means:

In order to reduce bandwidth usage, one could use RGB555 or RGB16 instead or implement ENC_TRLE or ENC_ZRLE. Latter would however probably add an external dependency for doing the decompression stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants