mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-05-19 00:00:46 +00:00
Update moonlight-common-c with new bitrate logic
This commit is contained in:
@@ -424,12 +424,6 @@ void ClSetControllerLED(uint16_t controllerNumber, uint8_t r, uint8_t g, uint8_t
|
|||||||
// limit that to devices that support the ARMv8 AES instructions.
|
// limit that to devices that support the ARMv8 AES instructions.
|
||||||
_streamConfig.encryptionFlags = ENCFLG_AUDIO;
|
_streamConfig.encryptionFlags = ENCFLG_AUDIO;
|
||||||
|
|
||||||
// Use some of the encoding efficiency improvements to
|
|
||||||
// reduce bandwidth usage while still gaining some image
|
|
||||||
// quality improvement.
|
|
||||||
_streamConfig.hevcBitratePercentageMultiplier = 75;
|
|
||||||
_streamConfig.av1BitratePercentageMultiplier = 75;
|
|
||||||
|
|
||||||
if ([Utils isActiveNetworkVPN]) {
|
if ([Utils isActiveNetworkVPN]) {
|
||||||
// Force remote streaming mode when a VPN is connected
|
// Force remote streaming mode when a VPN is connected
|
||||||
_streamConfig.streamingRemotely = STREAM_CFG_REMOTE;
|
_streamConfig.streamingRemotely = STREAM_CFG_REMOTE;
|
||||||
|
|||||||
Submodule moonlight-common/moonlight-common-c updated: 5de4a5b85a...3ed3ba6253
Reference in New Issue
Block a user