mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-24 09:16:39 +00:00
Disable resolution switching on Gen 5 servers
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user