mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 03:23:07 +00:00
Drop the maximum bitrate of 720p60 to 13 Mbps
This commit is contained in:
parent
eaa08bada4
commit
09177be8f7
@ -165,7 +165,7 @@ public class SdpGenerator {
|
||||
addSessionAttribute(config, "x-nv-vqos[0].bw.minimumBitrate", "25000");
|
||||
}
|
||||
else if (sc.getRefreshRate() >= 60) {
|
||||
addSessionAttribute(config, "x-nv-vqos[0].bw.maximumBitrate", "15000");
|
||||
addSessionAttribute(config, "x-nv-vqos[0].bw.maximumBitrate", "13000");
|
||||
addSessionAttribute(config, "x-nv-vqos[0].bw.minimumBitrate", "13000");
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user