xpra
xpra copied to clipboard
(de)compress on the GPU
Especially for decompression: we could upload the RGB(A) lz4 compressed data to the GPU, use nvcomp to decompress it then pass the RGB data to the OpenGL renderer.
Hi, It is possible to use this in xpra-html5? The current version html5 client using too much CPU to decoding the data.
Hi, It is possible to use this in xpra-html5?
@Vssblt definitely not.
The current version html5 client using too much CPU to decoding the data.
You can set a higher min-speed
, but this will use more bandwidth.
Thank! it works.