Last active
May 29, 2024 05:29
-
-
Save pojntfx/cbd6192c6ae8c9c6f2b96253f019d8cb to your computer and use it in GitHub Desktop.
Build FreeRDP/xfreerdp with H264 enabled as a Flatpak and connect to a system with it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
flatpak-builder --repo=repo build packaging/flatpak/com.freerdp.FreeRDP.json | |
flatpak build-bundle repo com.freerdp.FreeRDP.flatpak com.freerdp.FreeRDP --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo | |
flatpak install ./com.freerdp.FreeRDP.flatpak | |
flatpak run com.freerdp.FreeRDP /v:localhost:3389 /u:liveuser /gfx:avc420 /h:1200 /w:1920 | |
# Or alternatively: | |
xfreerdp /v:localhost:3389 /u:pojntfx /p:LujOPipihBoc +multitouch +gestures -grab-keyboard -grab-mouse /gfx:AVC444,RFX,progressive:on /bpp:32 +dynamic-resolution |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment