mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Update the A/V loss message
This commit is contained in:
parent
0f815a0085
commit
a4e6738353
@ -401,7 +401,7 @@ public class ControlStream implements ConnectionStatusListener {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (++lossCount == MAX_LOSS_COUNT_IN_PERIOD) {
|
if (++lossCount == MAX_LOSS_COUNT_IN_PERIOD) {
|
||||||
listener.displayTransientMessage("Detected excessive A/V data loss. Try improving your network connection or lowering stream resolution and/or frame rate.");
|
listener.displayTransientMessage("Detected excessive A/V data loss. Try improving your network connection or lowering stream resolution, frame rate, and/or bitrate.");
|
||||||
lossCount = -MAX_LOSS_COUNT_IN_PERIOD * MESSAGE_DELAY_FACTOR;
|
lossCount = -MAX_LOSS_COUNT_IN_PERIOD * MESSAGE_DELAY_FACTOR;
|
||||||
lossTimestamp = 0;
|
lossTimestamp = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user