[FreeRDP-devel] Slow performance with animation and video

2018-09-06 Thread Mikhail Fedotov via FreeRDP-devel
Hello. I use FreeDRP 2.0.0rc2 on Ubuntu 16.04 to connect to Win2012R2 Web browser works normal, but when I open pages with animation it works very slow. When I opane youtube - video plays very slow. And mouse clicking feedback ~ 1 min. Speed between RDP server and Ububntu ~ 200Mbit. No packets

[FreeRDP-devel] /a: ?

2018-09-06 Thread Pascal Bourguignon via FreeRDP-devel
Hi! What use is exactly the /a: option? In the code, I see that it calls freerdp_client_add_device_channel but in this function there's no case for "a", and it just return FALSE. So the only side effect remaining, is setting->DeviceRedirection=TRUE. -- __Pascal J. Bourguignon__ --

Re: [FreeRDP-devel] /a: ?

2018-09-06 Thread Armin Novak via FreeRDP-devel
You can load drive, serial, parallel, printer and smartcard channels with that syntax. (you can add all paramters like /a:drive,foo,/tmp to redirect a drive) best Armin On 08/31/2018 11:52 AM, Pascal Bourguignon via FreeRDP-devel wrote: > Hi! > > What use is exactly the /a: option? > > In t

Re: [FreeRDP-devel] Slow performance with animation and video

2018-09-06 Thread Armin Novak via FreeRDP-devel
Hi, A question first: Which build are you using? (The output of /buildconfig will give you all CMake and compiler options used for the build) On what hardware is the client running? (Might be as simple as a graphics driver issue ) As for command line, would suggest dropping all the fancy opti

[FreeRDP-devel] freerdp in auto mode, based on connection quality?

2018-09-06 Thread Martin Ciglan via FreeRDP-devel
Hi With MS Win Remote desktop connection client, it's possible to set performance to automatic mode, so quality and flow changes during time, based on network state. Is it possible to activate this in freerdp command line? Many thanks Martin --