wrapping my head around waypipe

https://sh.itjust.works/post/57512101

wrapping my head around waypipe - sh.itjust.works

I have a thin client I want to mess around with. My understanding is I can install a regular wayland based system on this and use waypipe to run the actual heavier apps on my linux server elsewhere and have it do the work here, but take inputs and show the results on the thin client. So it would be interacted with like a normal app but the actual work would happen on the server. How well does this actually work? I know we have sunshine for things that need the GPU but like, if I pull up chrome and watch youtube, woudl waypipe keep up with that?

Been meaning to reply to this after I got it working, but I didn’t have as much time to test as I thought. I installed waypipe on 2 ubuntu machines and tested running firefox watching stuff with firefox on YouTube and my jellyfin server, and it was slow and choppy. I also didn’t have audio, just video. Maybe you can get it working I’d you tune it for either r harsware acceptation or compression, bit I haven’t had much time to test that.

My thoughts would be, if thats a path you wanna go down and you don’t have the machines set up yet, run a ubuntu Live install on both machines,

sudo apt-get install waydroid

On each machine, make sure sshd is running on the “server” ubuntu machine, and test it out and see if it works for your use cases.