From b7915045984d84fd4b591e7c60a5368101782ffe Mon Sep 17 00:00:00 2001 From: SteveGilvarry Date: Mon, 6 Feb 2017 08:01:04 +1100 Subject: [PATCH] Wording of help text fixes --- web/lang/en_gb.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/lang/en_gb.php b/web/lang/en_gb.php index c57d63aea..906548063 100644 --- a/web/lang/en_gb.php +++ b/web/lang/en_gb.php @@ -905,11 +905,11 @@ $OLANG = array( "\"loglevel=debug\" Set verbosity of FFmpeg (quiet, panic, fatal, error, warning, info, verbose, debug)" ), 'OPTIONS_RTSPTrans' => array( - 'Help' => "This sets the lower RTSP Transport Protocol for FFmpeg.~~ ". - "TCP - Use TCP (interleaving within the RTSP control channel) as lower transport protocol.~~". - "UDP - Use UDP as lower transport protocol~~". - "UDP Multicast - Use UDP Multicast as lower transport protocol~~". - "HTTP - Use HTTP tunneling as lower transport protocol, which is useful for passing proxies.~~" + 'Help' => "This sets the RTSP Transport Protocol for FFmpeg.~~ ". + "TCP - Use TCP (interleaving within the RTSP control channel) as transport protocol.~~". + "UDP - Use UDP as transport protocol. Higher resolution cameras have experienced some 'smearing' while using UDP, if so try TCP~~". + "UDP Multicast - Use UDP Multicast as transport protocol~~". + "HTTP - Use HTTP tunneling as transport protocol, which is useful for passing proxies.~~" ), 'OPTIONS_LIBVLC' => array( 'Help' => "Parameters in this field are passed on to libVLC. Multiple parameters can be separated by ,~~ ".