2016-02-23 23:16:51 +00:00
RTMPStream = "RTMP Stream"
RTMPStream.DropThreshold = "Drop Threshold (milliseconds)"
FLVOutput = "FLV File Output"
FLVOutput.FilePath = "File Path"
2016-08-28 12:07:43 +00:00
Default = "Default"
2017-06-29 19:01:10 +00:00
ConnectionTimedOut = "The connection timed out. Make sure you've configured a valid streaming service and no firewall is blocking the connection."
PermissionDenied = "The connection was blocked. Check your firewall / anti-virus settings to make sure OBS is allowed full internet access."
ConnectionAborted = "The connection was aborted. This usually indicates internet connection problems between you and the streaming service."
ConnectionReset = "The connection was reset by the peer. This usually indicates internet connection problems between you and the streaming service."
HostNotFound = "Hostname not found. Make sure you entered a valid streaming server and your internet connection / DNS are working correctly."
2019-07-27 12:47:10 +00:00
NoData = "Hostname found, but no data of the requested type. This can occur if you have bound to an IPv6 address and your streaming service only has IPv4 addresses (see Settings → Advanced)."
AddressNotAvailable = "Address not available. You may have tried to bind to an invalid IP address (see Settings → Advanced)."
2018-12-16 16:14:58 +00:00
SSLCertVerifyFailed = "The RTMP server sent an invalid SSL certificate."