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

How to use parameters to get the minimum bandwidth? #10135

Closed
adream100 opened this issue Apr 24, 2024 · 1 comment
Closed

How to use parameters to get the minimum bandwidth? #10135

adream100 opened this issue Apr 24, 2024 · 1 comment

Comments

@adream100
Copy link

My idea is, under the conditions of determined resolution and color depth, can we achieve the minimum traffic between the client and the server by choosing different algorithms? The purpose is to be suitable for different bandwidth environments.

For FreeRDP, I'm still using the familiar v2.x, here I choose the latest version: 2.11.7
The resolution is 1920 x 1080, color depth is 32 bits. The Server is Windows 10 22H2 and has been upgraded to the latest.

I've tried:
/network:modem|broadband|broadband-low|broadband-high|wan|lan|auto
The effect is not significant.

I also tried:
+compression /compression-level:0~2

The effect is still not significant.

I checked all the documentation of freerdp and found no relevant information.
I'm confused. Is it possible to significantly reduce traffic? Don't care about image quality loss.

@akallabeth
Copy link
Member

basically just no parameter at all.
the protocol does bandwidth measurements and reduces to match automatically.

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