wayvnc
wayvnc copied to clipboard
Support VSOCK sockets
Extends the UNIX domain socket support introduced in: https://github.com/any1/wayvnc/commit/81192ac74df316e0faf7bc2f985741f701db753d
Sample usage: wayvnc --max-fps=200 --seat=seat0 --gpu --output=HEADLESS-1 --vsock-socket 0xffffffff 5900
Discussion: https://github.com/any1/wayvnc/issues/144
Please read CONTRIBUTING.md. Note that the same rules also apply for NeatVNC.
Both this and #146 can be implemented like this: https://gitlab.freedesktop.org/wayland/weston/-/commit/2f9319cef611a1c2925e65d63e1068b8f80a531b
Closed in favour of #227