Created
March 29, 2018 19:34
-
-
Save lduboeuf/31beb231ca9e5defda88609fc3dd99dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#on device | |
weston --backend=rdp-backend.so --rdp-tls-cert=/home/ldub/c | |
erts/oneplus2.crt --rdp-tls-key=/home/ldub/certs/oneplus2.key --socket=wayland-1 | |
#on computer | |
xfreerdp /v:172.16.42.1 /sec:tls /size:50% |
pour pouvoir afficher une app x depuis un terminal weston (activation de xwayland):
weston --backend=rdp-backend.so --rdp-tls-cert=mycrt.crt --r
dp-tls-key=mypublic.key --socket=wayland-1 --width=540 --height=600 -c /etc/xdg/
weston/weston.ini.default
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
screen sharing:
"super+r" -> output a capture.wcap
décoder:
wcap-decode capture.wcap --yuv4mpeg2 > capture.y4m
ffmpeg -i capture.y4m -target ntsc-dvd output.mpg