misc/rdp/ssh-rdp.md

672 B

My SSH-RDP config / scripts

Low latency desktop (game) streaming and xinput sharing, through ssh.

Upstream

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

For audio, run:

./tx -h 192.168.178.43 -d pulse

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