Replies: 1 comment 2 replies
-
|
i need this =/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you experience high "frames dropped by your network connection" while streaming with Sunshine on an AMD GPU over Wi-Fi, even with a fast and stable connection, the root cause is the AMD AMF encoder generating oversized frames that exceed Sunshine's internal FEC limits, causing burst traffic that Wi-Fi cannot tolerate.
Note: the problem may not be apparent on a wired connection, as Ethernet is more tolerant of frame size irregularities.
The fix introduces the AMF Max AU Size option in the AMD AMF encoder path, which caps the maximum encoded frame size in bytes ("Maximum encoded frame size in bytes") that the AMD encoder will generate. Setting AMF Max AU Size to 800000 bytes prevents oversized frames from being produced in the first place, fully resolving the dropped frames issue on Wi-Fi — including in gaming scenarios under heavy GPU load. The fix has been tested internally with success.
This change is currently pending acceptance into Sunshine's codebase
Beta Was this translation helpful? Give feedback.
All reactions