mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 12:03:02 +00:00
Disable resolution switching on Gen 5 servers
This commit is contained in:
parent
a71a3e22e6
commit
306c2d143b
@ -62,7 +62,7 @@ public class SdpGenerator {
|
|||||||
addSessionAttribute(config, "x-nv-general.useReliableUdp", "0");
|
addSessionAttribute(config, "x-nv-general.useReliableUdp", "0");
|
||||||
addSessionAttribute(config, "x-nv-ri.useControlChannel", "0");
|
addSessionAttribute(config, "x-nv-ri.useControlChannel", "0");
|
||||||
|
|
||||||
addSessionAttribute(config, "x-nv-vqos[0].enableQec", "0");
|
addSessionAttribute(config, "x-nv-vqos[0].drc.enable", "0");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String generateSdpFromContext(ConnectionContext context) {
|
public static String generateSdpFromContext(ConnectionContext context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user