LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
888 stars 30 forks source link

[install][setup] Add game streaming server support #868

Open LukeShortCloud opened 1 month ago

LukeShortCloud commented 1 month ago

Install game streaming support by having Moonlight for a client and Sunshine as a server.

GuestSneezeOSDev commented 1 month ago

Those are packages in the AUR maybe use

yay_install_chroot moonlight \
sunshine \
LukeShortCloud commented 1 month ago

This is why I love Arch Linux. There are so many great packages on the AUR. :-)

I looked into if any are hosted on the Chaotic AUR repository. They technically both are but Sunshine is an older version. Apparently there was some drama relating to the project maintainer. Either way, we can also host newer packages on the winesapOS repository.

I'll look into adding these.

GuestSneezeOSDev commented 1 month ago

For sunshine run :

wget https://github.com/LizardByte/Sunshine/releases/download/v2024.809.202917/sunshine.pkg.tar.zst
pacman -U sunshine.pkg.tar.zst
LukeShortCloud commented 1 month ago

Nice, I'll add that. Thank you for the hint!