-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vaapi encoder on AMD exceeds DATA_SHARDS_MAX due to NO_RC_BUF_LIMIT #2788
Comments
@ns6089 @istori1 @cgutman Rather than adding manufacturer strings into the code, might it be better to wait for a re-test of the current Intel drivers? Some of their GPUs are very new and there has been (and will continue to be) a lot of driver development over the year. Maybe NO_RC_BUF_LIMIT is no longer necessary at all, or maybe it's a driver bug that can be reported. |
I have the same issue on Fedora with a 6900XT. Firing a shotgun in Allan Wake II stutters completely. Removing |
I also have the same issue with a 7900XTX with the same fragments error in the logs with stuttering. Removing |
Im seeing the same issue on 6950xt. Where exactly would i remove the "NO_RC_BUF_LIMIT"? |
See the change in #1255. That's the change you need to reverse to have sunshine working properly on AMD GPUs. Unfortunately you then have to (re-)compile sunshine, unless someone provides patched binaries. |
@CypherGrue please try this AppImage build from #2821 and confirm the issue is resolved: https://github.com/LizardByte/Sunshine/actions/runs/9831423949/artifacts/1675753274 |
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
This issue is present in the latest pre-release
Describe the Bug
NO_RC_BUF_LIMIT was added to Linux vaapi encoder configuration for Intel GPUs to improve stream quality #1255 9e23b39. This has caused issues on AMD hardware where the encoder is not configured with the necessary bufsize.
Expected Behavior
No response
Additional Context
No response
Host Operating System
Linux
Operating System Version
Ubuntu 24.04 Linux 6.9.3
Architecture
64 bit
Sunshine commit or version
master 90fd371
Package
Linux - AppImage
GPU Type
AMD
GPU Model
RX7600
GPU Driver/Mesa Version
Mesa 24.0.5
Capture Method
None
Config
Apps
No response
Relevant log output
This issue is a fork from a related closed issue #1040, which contains relevant discussions.
The text was updated successfully, but these errors were encountered: