27 lines
626 B
Markdown
27 lines
626 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
|
|
|
|
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
|