From e9b65d58bb7063aad0ebba92abff657bc2dcf21e Mon Sep 17 00:00:00 2001 From: Norihiro Kamae Date: Sat, 20 May 2023 20:13:59 +0900 Subject: [PATCH] obs-outputs: Add missing translations --- plugins/obs-outputs/data/locale/en-US.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/obs-outputs/data/locale/en-US.ini b/plugins/obs-outputs/data/locale/en-US.ini index 2e1ec58e7..6ae4d16af 100644 --- a/plugins/obs-outputs/data/locale/en-US.ini +++ b/plugins/obs-outputs/data/locale/en-US.ini @@ -1,5 +1,8 @@ RTMPStream="RTMP Stream" RTMPStream.DropThreshold="Drop Threshold" +RTMPStream.BindIP="Bind IP" +RTMPStream.NewSocketLoop="New Socket Loop" +RTMPStream.LowLatencyMode="Low Latency Mode" FLVOutput="FLV File Output" FLVOutput.FilePath="File Path" Default="Default" @@ -12,3 +15,6 @@ HostNotFound="Hostname not found. Make sure you entered a valid streaming server 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)." SSLCertVerifyFailed="The RTMP server sent an invalid SSL certificate." + +FTLStream="FTL Stream" +FTLStream.PeakBitrate="Peak Bitrate"