en-US.ini 1.9 KB

1234567891011121314151617181920212223242526272829
  1. RTMPStream="RTMP Stream"
  2. RTMPStream.DropThreshold="Drop Threshold"
  3. RTMPStream.BindIP="Bind IP"
  4. RTMPStream.NewSocketLoop="New Socket Loop"
  5. RTMPStream.LowLatencyMode="Low Latency Mode"
  6. FLVOutput="FLV File Output"
  7. FLVOutput.FilePath="File Path"
  8. Default="Default"
  9. MP4Output="MP4 File Output"
  10. MP4Output.FilePath="File Path"
  11. MP4Output.StartChapter="Start"
  12. MP4Output.UnnamedChapter="Unnamed"
  13. IPFamily="IP Address Family"
  14. IPFamily.Both="IPv4 and IPv6 (Default)"
  15. IPFamily.V4Only="IPv4 Only"
  16. IPFamily.V6Only="IPv6 Only"
  17. ConnectionTimedOut="The connection timed out. Make sure you've configured a valid streaming service and no firewall is blocking the connection."
  18. PermissionDenied="The connection was blocked. Check your firewall / anti-virus settings to make sure OBS is allowed full internet access."
  19. ConnectionAborted="The connection was aborted. This usually indicates internet connection problems between you and the streaming service."
  20. ConnectionReset="The connection was reset by the peer. This usually indicates internet connection problems between you and the streaming service."
  21. HostNotFound="Hostname not found. Make sure you entered a valid streaming server and your internet connection / DNS are working correctly."
  22. 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)."
  23. AddressNotAvailable="Address not available. You may have tried to bind to an invalid IP address (see Settings → Advanced)."
  24. SSLCertVerifyFailed="The RTMP server sent an invalid SSL certificate."
  25. InvalidParameter="Invalid connection parameters. Check that the streaming service address is correct."
  26. NoRoute="Error reaching host. Make sure that the interface you have bound can access the internet and that the streaming service supports the address family you selected (see Settings → Advanced)."