On Mon, 25 Jan 2021 at 08:44, Richard Dymond wrote:
> Yes. On both sides of the proxy, the RAIL_LEVEL_HANDSHAKE_EX_SUPPORTED
> bit is set in both settings->RemoteApplicationSupportLevel and
> settings->RemoteApplicationSupportMask.
>
For anyone reading this later, I just wanted to describe how t
On Mon, 25 Jan 2021 at 08:29, Armin Novak via FreeRDP-devel <
freerdp-devel@lists.sourceforge.net> wrote:
> Ok, that does indeed change the situation.
>
> 1. Is the server configured for HiDef rail too?
>
> 2. Check settings->RemoteApplicationSupportLevel &
> RAIL_LEVEL_HANDSHAKE_EX_SUPPORTED is s
Ok, that does indeed change the situation.
1. Is the server configured for HiDef rail too?
2. Check settings->RemoteApplicationSupportLevel &
RAIL_LEVEL_HANDSHAKE_EX_SUPPORTED is set by both, client and server
Only if this is established the HandshakeEx is used.
regards
Armin
On 25.01.2
On Sat, 23 Jan 2021 at 03:20, Armin Novak via FreeRDP-devel <
freerdp-devel@lists.sourceforge.net> wrote:
> FreeRDP does support the capabilities and messages but the rendering
> code of xfreerdp does not.
>
> To enable it in FreeRDP you need to change
>
> settings->HiDefRemoteApp = FALSE; to TRUE
Hi,
FreeRDP does support the capabilities and messages but the rendering
code of xfreerdp does not.
To enable it in FreeRDP you need to change
settings->HiDefRemoteApp = FALSE; to TRUE in settings.c
This will enable sending INFO_HIDEF_RAIL_SUPPORTED flag in
rdp_write_info_packet
but be