Got Remote Desktop working via KMS capture #680
Replies: 5 comments 9 replies
|
As I know, Sunshine needs a phisical monitor, what if I don't have a monitor connected? |
|
I keep getting "RTSP handshake failed with error 60", and I see |
|
has anyone managed to get keyboard shortcuts in niri working via vnc? i can connect via vnc to a host running wayvnc and niri, but keyboard shortcuts get eaten up. i can see all the keys are showing correctly when i hit them in wev to test they are being passed through by the vnc client, but when i hit e.g. super+up arrow it will print the letter A in the terminal instead. notably the up arrow ansi escape sequence is ESC [ A. so somewhere between the vnc client and niri seeing the keyboard shortcut is getting altered. i can get moonlight working, but if it's possible to use vnc too that would be useful, and it seems to just be shortcuts not working, but that's kinda important with niri. |
|
Thanks for the no-nonsense guide! |
|
Hahaha... my mouse doesn't work. Nor does my keyboard. |
Uh oh!
There was an error while loading. Please reload this page.
Well, there's no way to capture via VNC, RDP, RustDesk, etc, at the moment. Until daddy YaLTeR or some brave rust wayland dev implements it. So for now the only way I managed to do remote desktop is by bypassing wayland completely :D
Ingredients:
Server (with niri wayland archbtw)
Client (with whatever)
This is a guide for Arch BTW cus ArchBTW.
paru -Syu sunshine-binsudo pacman -Syu sunshinesystemctl enable --now avahi-daemonsudo setcap cap_sys_admin+p $(readlink -f $(which sunshine))systemctl --user enable --now sunshineip a, moonlight might detect it automatically.Demo image:

All reactions