home-assistant.io/source/_components/media_player.vlc.markdown
Tom Barbette 2d6a719e17 media_player/vlc: More details about inner working (#1671)
- Say that only music is supported
- Explain that it launches a VLC in background and this does not allow to control a GUI instance.
2016-12-29 16:22:47 +01:00

902 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category featured ha_release ha_iot_class
page VLC Instructions on how to integrate VLC media player into Home Assistant. 2016-11-02 12:02 true false true true videolan.png Media Player false 0.35 Local Polling

The vlc platform allows you to control VLC media player.

To add a VLC media player to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  - platform: vlc

Configuration variables:

  • name (Optional): The name to use in the frontend.

Only "music" media type is supported for now.

This service will control a background VLC instance, therefore you cannot use this to control a VLC instance launched on your desktop, unlike the Kodi media player for example.