From c09da5234377545b58813c315e61594722eafcc6 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sun, 31 Jan 2021 20:31:31 +0100 Subject: [PATCH] Add ssh-rdp notes --- rdp/ssh-rdp.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 rdp/ssh-rdp.md diff --git a/rdp/ssh-rdp.md b/rdp/ssh-rdp.md new file mode 100644 index 0000000..a1f8d6c --- /dev/null +++ b/rdp/ssh-rdp.md @@ -0,0 +1,26 @@ +# My SSH-RDP config / scripts + +Low latency desktop (game) streaming and xinput sharing, through ssh. + +## Upstream + +* https://github.com/kokoko3k/ssh-rdp +* http://www.pogo.org.uk/~mark/trx/ + +## Commands + +### Client + +Launch ssh-rdp on the client, along with trx: + + ./ssh-rdp.sh -s 192.168.178.116 --user kurisu -r 1920x1080 -v 60000 --videoenc amdgpu --audioenc null + ./rx + +### Server + +TBD + +## Other commands + + # ./ssh-rdp.sh -s 192.168.178.116 --user kurisu -r 1920x1080 -v 60000 --audioenc custom --customa '-acodec libopus' + # ./ssh-rdp.sh -s 192.168.178.116 --user kurisu -r 1920x1080 -v 60000 --audioenc null