首页 > 系统服务 > 详细

Ubuntu安装VLC播放器

时间:2018-09-14 13:31:43      阅读:144      评论:0      收藏:0      [点我收藏+]

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播放器

原文:https://www.cnblogs.com/arrive/p/9645931.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!