David Fort
David Fort
I've done the renamings but I've seen things I'd like to fix for a public API.
Side note unrelated to video encoding troubles: if the use-case is using teams, unfortunately the best solution would be if Microsoft would document their teams extension that does webrtc and...
Well, the ffmpeg is so generic that we could probably add an option to do the decoding using VDPAU or CUDA when running on NVidia hardware.
Instead of adding yet another option, can't we automatically detect that case (NVidia) and act accordingly ?
Applying #7215 I have the expected answer: ``` C:\Users\Administrateur>certutil -v -scinfo Le gestionnaire de ressource des cartes à puce est en cours d’exécution. État de la carte/lecteur actuel : SCardListReaders:...
From my understanding you ask for client shadowing with FreeRDP, but this requires some windows RPC calls that we don't have right now (to shadow windows 10 or even earlier...
I'd say this issue is a duplicate of https://github.com/FreeRDP/FreeRDP/issues/3889
If we come to abstract this, if that could also include a facility to create communication channels between parent and child (socket pair under unixes and named pipes for windows)...
Could it be because we have changed a bit the coefficients of the transform matrix in all the implementations, except in the openCL one ?
xfreerdp do support RandR, that's the way, we're using by default to get the monitor's size. So what's do you mean with `xfreerdp multimon doesn't work with i3, and I...