New upstream version 22.0.3+dfsg1
This commit is contained in:
parent
665f64a933
commit
cdc9a9fc87
334 changed files with 14525 additions and 2639 deletions
|
|
@ -438,6 +438,15 @@ static void set_output_error(struct rtmp_stream *stream)
|
|||
}
|
||||
#endif
|
||||
|
||||
// non platform-specific errors
|
||||
if (!msg) {
|
||||
switch (stream->rtmp.last_error_code) {
|
||||
case -0x2700:
|
||||
msg = obs_module_text("SSLCertVerifyFailed");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
obs_output_set_last_error(stream->output, msg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue