mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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
@ -44,3 +44,11 @@ media_player:
|
|||||||
name: speaker_1
|
name: speaker_1
|
||||||
arguments: '--alsa-audio-device=hw:1,0'
|
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…
x
Reference in New Issue
Block a user