add instructions for macOS vlc configuration (#1810)
https://community.home-assistant.io/t/audio-media-player-to-local-audio-out/9714/4?u=diplix
This commit is contained in:
parent
fda68bef25
commit
37670c3912
1 changed files with 8 additions and 0 deletions
|
@ -44,3 +44,11 @@ media_player:
|
|||
name: speaker_1
|
||||
arguments: '--alsa-audio-device=hw:1,0'
|
||||
```
|
||||
|
||||
##### {% linkable_title Additional configuration on macOS %}
|
||||
|
||||
On macOS phython-vlc won’t find the VLC plugin directory unless you add this to the user’s `.bash_profile` that is running Home Assistant:
|
||||
|
||||
```bash
|
||||
export VLC_PLUGIN_PATH=$VLC_PLUGIN_PATH:/Applications/VLC.app/Contents/MacOS/plugins
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue