[vlc-commits] access_out: rist: improve/fix config help text
Sergio Ammirata
git at videolan.org
Fri Dec 7 09:50:11 CET 2018
vlc | branch: master | Sergio Ammirata <sergio at ammirata.net> | Tue Nov 27 09:39:02 2018 -0500| [33381800e6d66382fb1d0be690fc096ac564f3f3] | committer: Thomas Guillem
access_out: rist: improve/fix config help text
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33381800e6d66382fb1d0be690fc096ac564f3f3
---
modules/access_output/rist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/access_output/rist.c b/modules/access_output/rist.c
index 6fec6d5a10..0097291bed 100644
--- a/modules/access_output/rist.c
+++ b/modules/access_output/rist.c
@@ -769,10 +769,10 @@ failed:
"a near jitter free output. Be aware that this setting will also add to " \
"the overall latency of the stream." )
-#define BUFFER_TEXT N_("RIST client side buffer size (ms)")
+#define BUFFER_TEXT N_("RIST retry-buffer queue size (ms)")
#define BUFFER_LONGTEXT N_( \
"This must match the buffer size (latency) configured on the server side. If you " \
- "are not sure, leave the default of -1 which will set it the maximum " \
+ "are not sure, leave the default of 0 which will set it the maximum " \
"value and will use about 100MB of RAM" )
#define SSRC_TEXT N_("SSRC used in RTP output (default is random, i.e. 0)")
More information about the vlc-commits
mailing list