diff --git a/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java b/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java index 30fd57c1..26ea44fe 100644 --- a/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java +++ b/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java @@ -62,7 +62,7 @@ public class SdpGenerator { addSessionAttribute(config, "x-nv-general.useReliableUdp", "0"); addSessionAttribute(config, "x-nv-ri.useControlChannel", "0"); - addSessionAttribute(config, "x-nv-vqos[0].enableQec", "0"); + addSessionAttribute(config, "x-nv-vqos[0].drc.enable", "0"); } public static String generateSdpFromContext(ConnectionContext context) {