Use the default vqos.bw.flags value sent by GFE

This commit is contained in:
Cameron Gutman 2015-07-18 17:05:15 -07:00
parent 13ec16c606
commit 2cf3855d35

View File

@ -57,8 +57,6 @@ public class SdpGenerator {
// Use slicing for increased performance on some decoders // Use slicing for increased performance on some decoders
addSessionAttribute(config, "x-nv-video[0].videoEncoderSlicesPerFrame", "4"); addSessionAttribute(config, "x-nv-video[0].videoEncoderSlicesPerFrame", "4");
addSessionAttribute(config, "x-nv-vqos[0].bw.flags", "51");
} }
public static String generateSdpFromContext(ConnectionContext context) { public static String generateSdpFromContext(ConnectionContext context) {