mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
Use the default vqos.bw.flags value sent by GFE
This commit is contained in:
parent
13ec16c606
commit
2cf3855d35
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user