UI: Add warning if starting the output fails
This is mainly to give visual feedback to those affected by NVENC not working with older driver versions. Currenlty obs fails silently which could go unnoticed for users who are using hotkeys as well as confuse users who are not trained to read their logs when issues occur. Closes jp9000/obs-studio#788
This commit is contained in:
@@ -111,6 +111,12 @@ ConfirmRemove.Title="Confirm Remove"
|
||||
ConfirmRemove.Text="Are you sure you wish to remove '$1'?"
|
||||
ConfirmRemove.TextMultiple="Are you sure you wish to remove %1 items?"
|
||||
|
||||
# output start messages
|
||||
Output.StartStreamFailed="Failed to start streaming"
|
||||
Output.StartRecordingFailed="Failed to start recording"
|
||||
Output.StartReplayFailed="Failed to start replay buffer"
|
||||
Output.StartFailedGeneric="Starting the output failed. Please check the log for details.\n\nNote: If you are using the NVENC or AMD encoders, make sure your video drivers are up to date."
|
||||
|
||||
# output connect messages
|
||||
Output.ConnectFail.Title="Failed to connect"
|
||||
Output.ConnectFail.BadPath="Invalid Path or Connection URL. Please check your settings to confirm that they are valid."
|
||||
|
Reference in New Issue
Block a user