woff 發表於 2024-3-15 13:20:50

CentOS 8 的 firefox can't play youtube 影片

CentOS 8 的 firefox 無法播放youtube影片錯誤如下




需安裝 ffmpeg

首先
yum install epel-release
更新
yum updatednf install --nogpgcheck https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm
dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm

最後
yum install ffmpeg ffmpeg-devel -y
如果出現錯誤
needed by ffmpeg-4.2.9-1.el8.x86_64 from rpmfusion-free-updates




執行powertools
dnf config-manager --set-enabled powertools


文章出處: NetYea 網頁設計
https://forums.rockylinux.org/t/install-ffmpeg-problem/4506

頁: [1]
查看完整版本: CentOS 8 的 firefox can't play youtube 影片