<aside> 💡 Flaneer uses a streaming protocol called NICE DCV and a lot of settings of the streaming can be configured. We tried to optimize the settings for most scenarios, but we can apply some specific settings if you have some particular needs. If you want to dig deep in the configuration, you can find it at this link. But don’t worry, you can always contact customer support if you need help !
</aside>
In this document, we will detail 2 ways of blocking the screen resolution, even across devices.
Navigate to the following path:
Computer\\HKEY_USERS\\S-1-5-18\\Software\\GSettings\\com\\nicesoftware\\dcv\\display
<aside>
💡 We will now set the default screen size value in the following form [{'w':<INSERT HERE YOUR SCREEN WIDTH>, 'h':<INSERT HERE YOUR SCREEN HEIGHT>, 'x':<0>, 'y': <0>}]
. For a 1080p screen, you can set the following: [{'w':<1920>, 'h':<1080>, 'x':<0>, 'y': <0>}]
</aside>
Right click on the folder and choose String Value.
Input console-session-default-layout
as the name
Input the value wanted
<aside> 💡 We will now tell Flaneer not to resize the screen when streaming on a different screen size.
</aside>
Right click on the same folder and choose DWORD (32-bit Value)
Input enable-client-resize
as the name
Input 0 as the value (It is the same for Hexadecimal or Decimal)
<aside> 💡 We will now restart the streaming so that the changes can be applied.
</aside>
Open the powershell as an Administrator. To do so, right click on the powershell and choose “Run as Administrator”
Accept the Windows popup
Type restart-service dcvserver
in the powershell, and hit Enter
Your connection has been timed out because you were disconnected, you can immediately reconnect and your settings should have been applied !