Antoine Martin
Antoine Martin
Race conditions, etc. Try `xpra start --start=whatever --attach=yes` This will start a server and attach when it is ready.
How do I configure the API for low latency usage? Ideally, I want the encoder to buffer at most N frames (Npred_structure != 2) { SVT_LOG("Error instance %u: Pred Structure...
Things that should be removed or deprecated before or just after the next LTS release: * remove `init.d` script? linter complains that `E: xpra: init.d-script-not-included-in-package etc/init.d/xpra` * move the numerous...
Same as #2984 but for client side decoding this time. This will allow us to achieve the best possible single picture latency. Once implemented, it would make sense to tell...
Follow up from #1099. We should just pass the raw scancode to the server when we know it will be able to handle it. ie: win32 client with win32 server....
[urllib.parse](https://docs.python.org/3/library/urllib.parse.html) We can still support the old `tcp:host:port` syntax by pre-processing the string with a dumb search and replace. Custom parsing code has already been removed in 82b0698e55f591173a5afbd3df6048de60a4d987
As per https://github.com/Xpra-org/xpra-html5/pull/198#discussion_r928309809 It would be useful to know the quality used for scaling and compression so that we use a quality at least as high when upscaling client-side.
*Issue migrated from trac ticket # 2094* **component:** encodings | **priority:** major #### 2018-12-29 00:10:51: nathan_lstc created the issue ___ > In ticked #2077 Antoine suggested that an X window...
So we can reliably convert between GDK coordinates (unsigned) and win32 coordinates (signed). This is needed for #2943 and multi-monitors. The offset values are in a private header, and are...
As per https://github.com/Xpra-org/xpra/issues/2303#issuecomment-1190723862 All the plumbing is there, the challenge is that we probably need to do IO (update the symlink) in the UI thread.