mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
Update the packet loss message
This commit is contained in:
parent
8d316ce9f0
commit
c84e063114
@ -401,7 +401,9 @@ public class ControlStream implements ConnectionStatusListener {
|
||||
}
|
||||
else {
|
||||
if (++lossCount == MAX_LOSS_COUNT_IN_PERIOD) {
|
||||
listener.displayTransientMessage("Detected excessive A/V data loss. Try improving your network connection or lowering stream resolution, frame rate, and/or bitrate.");
|
||||
listener.displayTransientMessage("Detected high amounts of network packet loss. " +
|
||||
"Try improving your network connection or lowering stream resolution, frame rate, and/or bitrate. " +
|
||||
"Use a 5 GHz wireless connection if available and connect your PC directly to your router via Ethernet if possible.");
|
||||
lossCount = -MAX_LOSS_COUNT_IN_PERIOD * MESSAGE_DELAY_FACTOR;
|
||||
lossTimestamp = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user