Add special error text for an unexpected early termination

This commit is contained in:
Cameron Gutman
2020-12-24 12:48:10 -06:00
parent ea96bac31a
commit 311bf33e84
2 changed files with 6 additions and 1 deletions

View File

@@ -400,6 +400,11 @@
message = @"Your network connection isn't performing well. Reduce your video bitrate setting or try a faster connection.";
break;
case ML_ERROR_UNEXPECTED_EARLY_TERMINATION:
title = @"Connection Error";
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;
default:
title = @"Connection Terminated";
message = @"The connection was terminated";