mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Enable slicing again on GFE 2.4 to reduce latency on Qualcomm devices
This commit is contained in:
parent
b3503cdede
commit
dbe01a17d2
@ -55,6 +55,9 @@ public class SdpGenerator {
|
||||
|
||||
addSessionAttribute(config, "x-nv-video[0].rateControlMode", "4");
|
||||
|
||||
// Use slicing for increased performance on some decoders
|
||||
addSessionAttribute(config, "x-nv-video[0].videoEncoderSlicesPerFrame", "4");
|
||||
|
||||
addSessionAttribute(config, "x-nv-vqos[0].bw.flags", "51");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user