mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-23 00:36:41 +00:00
Use the default vqos.bw.flags value sent by GFE
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user