1. 程式人生 > >Ubuntu安裝VLC播放器

Ubuntu安裝VLC播放器

tar gin www 播放 wiki org ger sudo after

Ubuntu安裝VLC官方介紹:http://www.videolan.org/vlc/download-ubuntu.html

sudo apt-get update
sudo apt-get install vlc browser-plugin-vlc

其他問題請查看官方wiki:https://wiki.videolan.org/Ubuntu/

Many vlc plugins can be installed afterwards (some of these may no longer be needed)

 vlc-plugin-alsa    - ALSA audio output plugin for
VLC (install it if sound doesnt work) vlc-plugin-arts - aRts audio output plugin for VLC (install it if sound still doesnt work and youre using KDE) vlc-plugin-esd - Esound audio output plugin for VLC (install it if sound still doesnt work and youre using Gnome) vlc-plugin-ggi - GGI video output plugin for
VLC vlc-plugin-glide - Glide video output plugin for VLC vlc-plugin-pulse - PulseAudio audio output plugin for VLC vlc-plugin-sdl - SDL video and audio output plugin for VLC vlc-plugin-svgalib - SVGAlib video output plugin for VLC mozilla-plugin-vlc - the VLC plugin for Mozilla based browsers vlc
-plugin-jack - the VLC plugin for Jack Audio Connection Kit

為homeassistant添加配置文件:

https://www.home-assistant.io/components/media_player.vlc/

# Example configuration.yaml entry
media_player:
  - platform: vlc
    name: speaker_1
    arguments: --alsa-audio-device=hw:1,0

主要用於homeassistant中的TTS語音播報

Ubuntu安裝VLC播放器