From 5610cb65b7a6e48b01ae5f759308c320f02560d0 Mon Sep 17 00:00:00 2001 From: Alessio Papi <49101836+alessio-papi@users.noreply.github.com> Date: Mon, 24 Aug 2020 09:39:33 +0200 Subject: [PATCH] Update VLC telnet documentation for issue with volume (#14306) Documentation updated with a notice on environment locale variable to avoid issues with volume (#14297) --- source/_integrations/vlc_telnet.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/vlc_telnet.markdown b/source/_integrations/vlc_telnet.markdown index c16c78851c4..afbac7c32b8 100644 --- a/source/_integrations/vlc_telnet.markdown +++ b/source/_integrations/vlc_telnet.markdown @@ -48,6 +48,10 @@ Only the "music" media type is supported for now. This service will control any instance of VLC player on the network with the telnet interface activated. To activate the telnet interface on your VLC Player please read the [official VLC documentation](https://wiki.videolan.org/Documentation:Modules/telnet/). Also remember to add a firewall rule allowing inbound connections for the port used in the device running VLC. +In case the VLC is running on a host with a locale other than English, you may get some errors during the volume change. +This is related to the different use of the decimal separator in other countries. +Consider to set the locale to `en_US` before starting VLC. + ## Full configuration A full configuration for VLC could look like the one below: