From f20d90791a3657bd12941cb6572fa6fdaa42e12a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 15 Oct 2023 15:37:45 -0500 Subject: [PATCH] Change AV1 bitrate multiplier to match HEVC --- Limelight/Stream/Connection.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Limelight/Stream/Connection.m b/Limelight/Stream/Connection.m index cd86037..c4e01d0 100644 --- a/Limelight/Stream/Connection.m +++ b/Limelight/Stream/Connection.m @@ -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