-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
no video pipeline options found for BGRX at 300x300 #4161
Comments
$ grep -r csc_modes xpra-info.txt
client.encoding.client-defaults.full_csc_modes.webp=('BGRX', 'BGRA')
client.window.1.encodings.csc_modes.webp=('BGRA', 'BGRX', 'RGBA', 'RGBX')
client.window.2.encodings.csc_modes.webp=('BGRA', 'BGRX', 'RGBA', 'RGBX') There should be csc modes for Adding some debug, my server correctly parses (client with and without opengl enabled):
|
For the server side, this looks safe at least since beb34ea (2 years ago) Client side: xpra/xpra/client/mixins/encodings.py Lines 176 to 186 in 7e5d0f6
xpra/xpra/codecs/video_helper.py Line 426 in 7e5d0f6
Calls: xpra/xpra/codecs/video_helper.py Line 403 in 7e5d0f6
Which should print this debug log statement with -d video :xpra/xpra/codecs/video_helper.py Line 422 in 7e5d0f6
My win32 client shows the expected values matching what we see in |
Seen with 3.1.7-RC / 5.0.8-RC MS Windows builds connecting to a 3.1.6 release server running on alma 8.8, test application is
xterm
+vglrun glxgears
.A mitigation for this has been applied in 0c21dbc so we no longer spam the logs.
$ rpm -qa|grep -i xpra xpra-html5-10-1.r9.el8.noarch xpra-3.1.6-10.r0.el8.x86_64 python3-xpra-3.1.6-10.r0.el8.x86_64 xpra-common-3.1.6-10.r0.el8.noarch python3-rencode-1.0.6-11.xpra1.el8.x86_64 python3-xpra-client-3.1.6-10.r0.el8.x86_64 x264-xpra-20220602-1.el8.x86_64 xpra-common-client-3.1.6-10.r0.el8.noarch xpra-common-server-3.1.6-10.r0.el8.noarch python3-xpra-server-3.1.6-10.r0.el8.x86_64 xorg-x11-drv-dummy-0.4.1-1.xpra1.el8.x86_64 ffmpeg-xpra-6.1-1.el8.x86_64
Curated xpra info:
Server
-d video
log excerpts:And here is the problem:
The text was updated successfully, but these errors were encountered: