I'm looking for a way to duplicate my desktop on a network. (Something that would work on a web browser client would be amazing.)
I tried to use
vnc/x11vncbut quality/framerate is too low. (cpu too high on smartphone client - I think.)I tried to transform the screen into a streaming video with
ffmpegbut i couldn't do it. (bad quality and not real streaming system)
Is there a way to do that ? Maybe by using X11 forwarding and duplicate screen ?
A mix of ssh -X and xrandr -d :0 --output HDMI-1 --auto maybe ? (This xrandr code duplicate screen on HDMI-1)
Like : xrandr -d :0 --output http://192.168.1.3:9001 --auto (I'm dreaming.)
EDIT : Maybe xpra can do what I'm looking for ? But I can't make it work for now.