mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Update media_player.vlc.markdown
adding homeassistant user to audio group is needed to make it work, see details here https://community.home-assistant.io/t/vlc-with-google-tts-on-raspberry-pi/10418
This commit is contained in:
parent
5c19144a02
commit
97f9e64708
@ -52,3 +52,11 @@ On macOS phython-vlc won’t find the VLC plugin directory unless you add this t
|
|||||||
```bash
|
```bash
|
||||||
export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plugins
|
export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plugins
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### {% linkable_title Additional configuration for Rasperry Pi %}
|
||||||
|
|
||||||
|
You need to add `homeassistant` user to `audio` group:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo usermod -a -G audio homeassistant
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user