misc/rdp/ssh-rdp.md

29 lines
672 B
Markdown

# 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
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