Fix protected content error on GFE 3.22+
This commit is contained in:
parent
483a601867
commit
26ee1aee25
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ void Session::clConnectionTerminated(int errorCode)
|
|||
emit s_ActiveSession->displayLaunchError(tr("Your network connection isn't performing well. Reduce your video bitrate setting or try a faster connection."));
|
||||
break;
|
||||
|
||||
case ML_ERROR_PROTECTED_CONTENT:
|
||||
case ML_ERROR_UNEXPECTED_EARLY_TERMINATION:
|
||||
s_ActiveSession->m_UnexpectedTermination = true;
|
||||
emit s_ActiveSession->displayLaunchError(tr("Something went wrong on your host PC when starting the stream.") + "\n\n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue