mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-10-26 11:18:12 +00:00
Add warning if no key frames can be received in 10 seconds
This commit is contained in:
parent
e445989ec7
commit
bf437669fb
@ -258,6 +258,11 @@
|
||||
message = @"No video received from host. Check the host PC's firewall and port forwarding rules.";
|
||||
break;
|
||||
|
||||
case ML_ERROR_NO_VIDEO_FRAME:
|
||||
title = @"Connection Error";
|
||||
message = @"Your network connection isn't performing well. Reduce your video bitrate setting or try a faster connection.";
|
||||
break;
|
||||
|
||||
default:
|
||||
title = @"Connection Terminated";
|
||||
message = @"The connection was terminated";
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit f2c1d03d8e268375de00352a1228a5669b016b61
|
||||
Subproject commit 9e4651e460a92168ffa86f54be9a5033c6e9064c
|
||||
Loading…
Reference in New Issue
Block a user