From 2cf3855d3552f62644e872965c56df61e071feb5 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 18 Jul 2015 17:05:15 -0700 Subject: [PATCH] Use the default vqos.bw.flags value sent by GFE --- .../src/com/limelight/nvstream/rtsp/SdpGenerator.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java b/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java index 44e15289..c718e709 100644 --- a/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java +++ b/moonlight-common/src/com/limelight/nvstream/rtsp/SdpGenerator.java @@ -57,8 +57,6 @@ public class SdpGenerator { // 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"); } public static String generateSdpFromContext(ConnectionContext context) {