sunshine icon indicating copy to clipboard operation
sunshine copied to clipboard

Deprecated nvidia preset

Open YourSandwich opened this issue 2 years ago • 2 comments

Hi Loki, unfortunetly i cant start sunshine with my gtx 1080ti. here is the output ->

[h264_nvenc @ 0x55cae64c9000] Multiple reference frames are not supported by the device
[h264_nvenc @ 0x55cae64c9000] Provided device doesn't support required NVENC features
[h264_nvenc @ 0x55cae64c9000] Nvenc unloaded
[2022:04:05:11:02:22]: Error: Could not open codec [h264_nvenc]: Function not implemented

Arch Linux Pipewire Nvidia-dkms 510.60.02-11 x11

YourSandwich avatar Apr 05 '22 09:04 YourSandwich

You can try raising the issue here: https://github.com/SunshineStream/Sunshine/issues

However this error message probably isn't your problem because it is within the "Testing for available encoders" and "could not open codec [h264_nvenc]" is normal in this section. A full log would be needed to understand what your actual problem is.

In addition the, "Deprecated nvidia preset" message is due to nvidia renaming all of their presents but again isn't actually a problem. You can replace the default nv_preset to e.g. "p3" to get rid of that message. See https://developer.download.nvidia.com/video/gputechconf/gtc/2020/presentations/s21337-nvidia-video-technologies-video-codec-and-optical-flow-sdk.pdf page 17/18) for an explanation of legacy vs new preset values.

KuleRucket avatar Apr 06 '22 06:04 KuleRucket

You can try raising the issue here: https://github.com/SunshineStream/Sunshine/issues

However this error message probably isn't your problem because it is within the "Testing for available encoders" and "could not open codec [h264_nvenc]" is normal in this section. A full log would be needed to understand what your actual problem is.

In addition the, "Deprecated nvidia preset" message is due to nvidia renaming all of their presents but again isn't actually a problem. You can replace the default nv_preset to e.g. "p3" to get rid of that message. See https://developer.download.nvidia.com/video/gputechconf/gtc/2020/presentations/s21337-nvidia-video-technologies-video-codec-and-optical-flow-sdk.pdf page 17/18) for an explanation of legacy vs new preset values.

Thank you! I will check if i manage to get more logs and report it there.

YourSandwich avatar Apr 06 '22 16:04 YourSandwich