Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97f9e64

Browse files
Molodaxfabaff
authored andcommitted
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
1 parent 5c19144 commit 97f9e64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/_components/media_player.vlc.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,11 @@ On macOS phython-vlc won’t find the VLC plugin directory unless you add this t
5252
```bash
5353
export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plugins
5454
```
55+
56+
##### {% linkable_title Additional configuration for Rasperry Pi %}
57+
58+
You need to add `homeassistant` user to `audio` group:
59+
60+
```bash
61+
sudo usermod -a -G audio homeassistant
62+
```

0 commit comments

Comments
 (0)