Enable slicing again on GFE 2.4 to reduce latency on Qualcomm devices

This commit is contained in:
Cameron Gutman 2015-03-25 00:31:30 -04:00
parent b3503cdede
commit dbe01a17d2

View File

@ -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");
}