diff --git a/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java b/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java index 63c3f0b1..44e15289 100644 --- a/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java +++ b/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java @@ -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"); }