mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
aaf7d2309c
commit
5610cb65b7
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user