Seungmin Kim
Seungmin Kim
> Did you try Client Width in HTML5 client, just in case? I am using the stable version now, I didn't see that in the client advanced settings... Do I...
One additional thing needed is the ability to specify an unresizable fixed resolution in the xpra server option `--resize-display`, not only setting an initial resolution and making it resizable. And...
> > Do I need beta? > > Yes you need beta :) > > And yes, this can be extended as it was the first step to solve my...
> I am currently unable to test because Fedora 34 moved to pipewire (https://github.com/Xpra-org/xpra/issues/3212), which broke everything. Side note: Pipewire is very useful to create a remote desktop system mainly...
> They're using gstreamer's webrtc implementation, which calls back to nvenc. Is xpra opening a nvenc context per window, and sending down a h.264 stream for each? Not saying that's...
Relevant: https://github.com/demodesk/neko/blob/master/xorg/xf86-input-neko/src/neko.c https://github.com/demodesk/neko/pull/56
1. You need to use Ubuntu 24.04. (at least a 24.04 container) or similarly new container distro. 2. You need vah264lpenc (gst-bad, va / separate from the legacy vaapi plugin)...
The host and the container should both be Ubuntu 24.04. The above message is for @m1k1o.
This turns out to be an urgent bug, restricting capabilities in a major way. @danisla
Issue 1 and 2: `_onFullscreenChange` of `input.js` is not triggered when triggering `enterFullscreen` of `app.js` by pressing the `Enter fullscreen mode (CTRL+SHIFT+F)` button. Issue 3: Add additional keys to: https://github.com/selkies-project/selkies-gstreamer/blob/61f6b6c834337a02a9ad264fbd1be237418ce5f8/addons/gst-web/src/input.js#L510-L534