We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the way xpra-html5 initializes the client, the video_max_size is always set to [1024, 768] regardless of the offscreen_api setting.
video_max_size
offscreen_api
The video_max_size value is set here depending on the offscreen_api setting. However the offscreen_api setting is set at a later time.
This leads to unnecessary downsampling/sizing when using the xpra-html5 client.
The text was updated successfully, but these errors were encountered:
Bugfix: Update video_max_size when offsceen_api flag is changed
69c4e7d
This fixes Xpra-org#287
d81286f
This fixes #287
Successfully merging a pull request may close this issue.
Due to the way xpra-html5 initializes the client, the
video_max_size
is always set to [1024, 768] regardless of theoffscreen_api
setting.The
video_max_size
value is set here depending on theoffscreen_api
setting.However the
offscreen_api
setting is set at a later time.This leads to unnecessary downsampling/sizing when using the xpra-html5 client.
The text was updated successfully, but these errors were encountered: