Package Details: sunshine 0.23.0-1

Git Clone URL: https://aur.archlinux.org/sunshine.git (read-only, click to copy)
Package Base: sunshine
Description: A self-hosted GameStream host for Moonlight.
Upstream URL: https://app.lizardbyte.dev
Keywords: gaming moonlight streaming
Licenses: GPL-3.0-only
Submitter: hadogenes
Maintainer: LizardByte (KuleRucket)
Last Packager: KuleRucket
Votes: 41
Popularity: 2.56
First Submitted: 2021-04-26 11:33 (UTC)
Last Updated: 2024-04-15 19:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

h0m3 commented on 2022-03-23 16:09 (UTC)

Some packages are needed for transcoding using nvidia gpu: cuda, libdrm, libcap and nvidia-utils-nvlax (https://github.com/loki-47-6F-64/sunshine/issues/232). Can you add them as optional dependencies?

KuleRucket commented on 2022-03-13 11:25 (UTC)

Latest update to vulkan packages seem to break sunshine and any client is immediately disconnected. To fix, I rolled back and then I temporarily blocked these from updating:

/etc/pacman.conf: IgnorePkg = lib32-vulkan-icd-loader vulkan-headers vulkan-icd-loader vulkan-tools

hadogenes commented on 2022-02-28 10:10 (UTC)

LIBSWSCALE defines added

pogojotz commented on 2022-02-27 12:16 (UTC)

Adding -D LIBSWSCALE_INCLUDE_DIR=/usr/include/ffmpeg4.4 -D LIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg4.4/libswscale.so to the CMake parameters solves the issue reported by @JPenuchot: https://github.com/SunshineStream/Sunshine/issues/69#issuecomment-1053408434

sitiom commented on 2022-02-27 00:47 (UTC) (edited on 2022-02-27 00:48 (UTC) by sitiom)

avahi should be added as an (optional) dependency as well.

JPenuchot commented on 2022-02-26 21:50 (UTC)

Turns out it's an ffmpeg bug not related to this package or the new fork in any way: https://github.com/SunshineStream/Sunshine/issues/69

emsa commented on 2022-02-26 00:24 (UTC) (edited on 2022-02-26 00:25 (UTC) by emsa)

I am encountering the same problem as @pogojotz and @JPenuchot: Log.

The pre-forked version worked perfectly, so this is a regression.

JPenuchot commented on 2022-02-25 11:24 (UTC)

I don't know what happened with this new fork, I just know that the previous one worked just fine so I guess I'll just pkgbuild a previous version of the package as a temporary fix. If anyone can provide a separate AUR package for that I'll be glad to use it.

hadogenes commented on 2022-02-25 10:24 (UTC)

this you should set in MAKEFLAGS via /etc/makepkg.conf or env

KuleRucket commented on 2022-02-25 10:23 (UTC)

Is there any reason -j ${nproc} is not in the make command for fast compilation?