Update VLC telnet documentation for issue with volume (#14306)

Documentation updated with a notice on environment locale variable to avoid issues with volume (#14297)
This commit is contained in:
Alessio Papi 2020-08-24 09:39:33 +02:00 committed by GitHub
parent aaf7d2309c
commit 5610cb65b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: