Re: [FreeRDP-devel] FreeRDP2 on Ubuntu

2019-09-15 Thread Philippe Noël via FreeRDP-devel
Hi Armin, Thanks for your help! The VM doesn't have a GPU, but I don't think that's the problem since it has a fairly beefy CPU and when using Microsoft's RDP, there is no latency at all. You mention that FreeRDP does all the H.264 decoding in software. I know most hardware today comes with H.264

Re: [FreeRDP-devel] FreeRDP2 on Ubuntu

2019-09-15 Thread Armin Novak via FreeRDP-devel
Hi, sorry for the delayed response ;) I know the video, and it still works on that machine as you have seen ;) so, the 'latencey' you experience can have 3 sources: * real network latency (doubtful) * your CPU (freerdp does all decoding in software only) * your GPU (or the bus) are too slow

Re: [FreeRDP-devel] FreeRDP2 on Ubuntu

2019-09-13 Thread Philippe Noël via FreeRDP-devel
Apologies, here's more detail about my setup: I am running Ubuntu 18.04 (Bionic Beaver) on my local device (laptop) and I am using FreeRDP to RDP into an Azure Virtual Machine running Windows 10. The machine has 4 CPU cores and 16 GB Ram, and I have tested using the Mircrosoft RDP from a windows l

Re: [FreeRDP-devel] FreeRDP2 on Ubuntu

2019-09-13 Thread Armin Novak via FreeRDP-devel
* ubuntu does not compile against ffmpeg (wich is in universe) so you only have /gfx:rfx * you could give some information on where you are using the stuff ;) 'incredibly glitchy' could be as simple as too slow hardware...   freerdp currently does all frame decoding in software, so be sure your C