mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-23 08:47:02 +00:00
Add warning if no key frames can be received in 10 seconds
This commit is contained in:
@@ -258,6 +258,11 @@
|
|||||||
message = @"No video received from host. Check the host PC's firewall and port forwarding rules.";
|
message = @"No video received from host. Check the host PC's firewall and port forwarding rules.";
|
||||||
break;
|
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:
|
default:
|
||||||
title = @"Connection Terminated";
|
title = @"Connection Terminated";
|
||||||
message = @"The connection was terminated";
|
message = @"The connection was terminated";
|
||||||
|
|||||||
Reference in New Issue
Block a user