mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +00:00
Enable slicing again on GFE 2.4 to reduce latency on Qualcomm devices
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user