Replies: 1 comment
-
The problem comes from the html5 client. Because video decoding is quite tricky in browsers, it may not be enabled by default on your browser + setup (ie: are you using https?) |
Beta Was this translation helpful? Give feedback.
-
I would like to use Xpra as fast remote desktop for my docker containers, accessible via web browser.
I managed to make almost everything work - I have a container that can use my NVIDIA GPU and it runs xpra-server that I can connect with using desktop xpra client using VP9 and H264 encoding running via NVENC. Everything is good there.
But when I use HTML5 client through web browser it is always switching to using picture encoding instead of video/h264/nvenc.
It even says in the server logs, that only picture encoding is available:
automatic picture encoding enabled, also available: rgb24, rgb32, png, webp, jpeg
So my question is - is video encoding even supported on html5 client?
And if yes, could you point me into right direction to enable it?
Beta Was this translation helpful? Give feedback.
All reactions