mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 23:35:59 +00:00
Reduce bitrate when streaming HEVC to reduce bandwidth at better IQ than H.264
This commit is contained in:
parent
25d7af9453
commit
5434b653c7
@ -327,6 +327,11 @@ void ClLogMessage(const char* format, ...)
|
||||
_streamConfig.supportsHevc = VTIsHardwareDecodeSupported(kCMVideoCodecType_HEVC);
|
||||
}
|
||||
|
||||
// Use some of the HEVC encoding efficiency improvements to
|
||||
// reduce bandwidth usage while still gaining some image
|
||||
// quality improvement.
|
||||
_streamConfig.hevcBitratePercentageMultiplier = 75;
|
||||
|
||||
// FIXME: We should use 1024 when streaming remotely
|
||||
_streamConfig.packetSize = 1292;
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 957b1de1ad2a0beea442aeecd943ff6caa25df30
|
||||
Subproject commit a135ceaa9a3c36f3238bab84d62e47dd20e01ae5
|
Loading…
x
Reference in New Issue
Block a user