mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 02:20:53 +00:00
Change AV1 bitrate multiplier to match HEVC
This commit is contained in:
@@ -430,7 +430,7 @@ void ClSetControllerLED(uint16_t controllerNumber, uint8_t r, uint8_t g, uint8_t
|
||||
// reduce bandwidth usage while still gaining some image
|
||||
// quality improvement.
|
||||
_streamConfig.hevcBitratePercentageMultiplier = 75;
|
||||
_streamConfig.av1BitratePercentageMultiplier = 65;
|
||||
_streamConfig.av1BitratePercentageMultiplier = 75;
|
||||
|
||||
if ([Utils isActiveNetworkVPN]) {
|
||||
// Force remote streaming mode when a VPN is connected
|
||||
|
||||
Reference in New Issue
Block a user