mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Merge pull request #1879 from Molodax/patch-4
Update media_player.vlc.markdown
This commit is contained in:
commit
2dc31ad75d
@ -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