mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-03 08:15:31 +00:00
Add special error text for ML_ERROR_FRAME_CONVERSION
This commit is contained in:
parent
66f8b6f40c
commit
c8907b8ab8
@ -431,6 +431,11 @@
|
|||||||
message = @"Something went wrong on your host PC when starting the stream.\n\nMake sure you don't have any DRM-protected content open on your host PC. You can also try restarting your host PC.\n\nIf the issue persists, try reinstalling your GPU drivers and GeForce Experience.";
|
message = @"Something went wrong on your host PC when starting the stream.\n\nMake sure you don't have any DRM-protected content open on your host PC. You can also try restarting your host PC.\n\nIf the issue persists, try reinstalling your GPU drivers and GeForce Experience.";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case ML_ERROR_FRAME_CONVERSION:
|
||||||
|
title = @"Connection Error";
|
||||||
|
message = @"The host PC reported a fatal video encoding error.\n\nTry disabling HDR mode, changing the streaming resolution, or changing your host PC's display resolution.";
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
title = @"Connection Terminated";
|
title = @"Connection Terminated";
|
||||||
message = @"The connection was terminated";
|
message = @"The connection was terminated";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user