1. Setup RPMFusion repository
dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
2. Install gstreamer plugins and ffmpeg
dnf install gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free gstreamer1-plugins-bad-freeworld gstreamer1-plugins-bad-free-extras ffmpeg
3. Install VLC Player
dnf install vlc
--------------------------------------
How to run VLC player in root
--------------------------------------
cp /usr/bin/vlc /usr/bin/vlc-backup
sed -i 's/geteuid/getppid/' /usr/bin/vlc
--------------------------------------
dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
2. Install gstreamer plugins and ffmpeg
dnf install gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free gstreamer1-plugins-bad-freeworld gstreamer1-plugins-bad-free-extras ffmpeg
3. Install VLC Player
dnf install vlc
--------------------------------------
How to run VLC player in root
--------------------------------------
cp /usr/bin/vlc /usr/bin/vlc-backup
sed -i 's/geteuid/getppid/' /usr/bin/vlc
--------------------------------------

本文提供了一个详细的指南,介绍如何在Fedora系统上设置RPMFusion仓库,安装各种GStreamer插件,以及如何安装并配置VLC播放器。通过这些步骤,用户可以增强系统的多媒体功能,实现对多种音视频格式的支持。

1443

被折叠的 条评论
为什么被折叠?



