热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

开发笔记:Chromium解码H264视频

本文由编程笔记#小编为大家整理,主要介绍了Chromium解码H264视频相关的知识,希望对你有一定的参考价值。CHROMIUM已移除对H.264vid
本文由编程笔记#小编为大家整理,主要介绍了Chromium 解码 H264 视频相关的知识,希望对你有一定的参考价值。


CHROMIUM 已移除对 H.264 video codec 的支持,如果要在浏览器中播放 mp4 格式视频,可通过自行安装相关软件包实现。


$ sudo dnf search chromium

Last metadata expiration check: 0:54:46 ago on Sat 04 Aug 2018 02:46:58 PM CST.
======================== Name Exactly Matched: chromium ========================
chromium.x86_64 : A WebKit (Blink) powered web browser
======================= Summary & Name Matched: chromium =======================
chromium-headless.x86_64 : A minimal headless shell built from Chromium
lightspark-chromium-plugin.i686 : Chromium compatible plugin for lightspark
lightspark-chromium-plugin.x86_64 : Chromium compatible plugin for lightspark
chromium-libs-media.x86_64 : Shared libraries used by the chromium media
: subsystem
chromium-common.x86_64 : Files needed for both the headless_shell and full
: Chromium
chromium-libs.x86_64 : Shared libraries used by chromium (and
: chrome-remote-desktop)
chromium-libs-media-freeworld.i686 : Chromium media libraries built with all
: possible codecs
chromium-libs-media-freeworld.x86_64 : Chromium media libraries built with all
: possible codecs
============================ Name Matched: chromium ============================
chromium-bsu.x86_64 : Fast paced, arcade-style, top-scrolling space shooter
========================== Summary Matched: chromium ===========================
chromedriver.x86_64 : WebDriver for Google Chrome/Chromium
vboot-utils.x86_64 : Verified Boot Utility from Chromium OS
chrome-remote-desktop.x86_64 : Remote desktop support for google-chrome &
: chromium
fedora-user-agent-chrome.noarch : User-Agent Fedora branding for Google
: Chrome/Chromium browser

Install

找出与当前安装 chromium 版本匹配的软件包 安装

sudo dnf install chromium-libs-media-freeworld-67.0.3396.79-1.fc28.x86_64

推荐阅读
author-avatar
温济鸿_345
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有