immense / Remotely

A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
GNU General Public License v3.0
4.49k stars 1.61k forks source link

GPU acceleration on Windows Clients #563

Open neodoughnut opened 1 year ago

neodoughnut commented 1 year ago

Good Morning,

I was just wondering when/why GPU-acceleration was dropped from the Windows Clients? As there is quite a noticeable difference in performance between the older versions and the latest versions?

Thanks

Steve

rockenrooster commented 1 year ago

Are you talking about remote control performance? If so, then I have noticed the same thing. Takes much more bandwidth and CPU and is much more laggy, especially when the client computer get loaded in any way. I think this happened when WebRTC was taken away. Will there be a solution to this?

bitbound commented 1 year ago

As @rockenrooster said, it was WebRTC that was removed. And that's because Microsoft abandoned the library I was using. Since it was becoming increasingly buggy and crashing the whole process, I decided to remove it from Remotely.

I haven't found a suitable replacement yet. I do want to improve the performance, whether using WebRTC or something else, because I use Remotely a lot. I can't commit to any time frames yet, though.