VLC-Player

How to install VLC 2.2.6 Media Player VideoLAN on CentOS, RHEL

How to install VLC 2.2.6 Media Player VideoLAN on CentOS, RHEL

VLC Media Player 2.2.6 recently released, is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols. Before we proceed on how to install VLC on CentOS, RHEL, Fedora, lets take a quick look at its features.

VLC Media Player Features

VLC Media Player 2.2.6 Changelog

Video output

Demuxer

How to install VLC 2.2.6 Media Player VideoLAN on CentOS, RHEL

Please note that for earlier versions of CentOS, you might run into some dll dependencies. If you find yourself in such situation, please feel free to drop us a comment.

- For CentOS 7 / RHEL -

rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm 

- For CentOS 6 / RHEL -

----- 32Bit OS ----- rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/i386/nux-dextop-release-0-3.el6.nux.noarch.rpm ----- 64Bit OS ----- rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm
yum info vlc
yum install vlc

VLC is not supposed to be run as root. Sorry.
If you need to use real-time priorities and/or privileged TCP ports
you can use vlc-wrapper (make sure it is Set-UID root and
cannot be run by non-trusted users first).

sed -i 's/geteuid/getppid/' /usr/bin/vlc
vlc
Beste Befehlszeilenspiele für Linux
Die Befehlszeile ist nicht nur Ihr größter Verbündeter bei der Verwendung von Linux – sie kann auch eine Quelle der Unterhaltung sein, da Sie damit vi...
Beste Gamepad-Mapping-Apps für Linux
Wenn du Spiele unter Linux gerne mit einem Gamepad statt mit einem typischen Tastatur- und Maus-Eingabesystem spielst, gibt es einige nützliche Apps f...
Nützliche Tools für Linux-Spieler
Wenn Sie gerne unter Linux spielen, haben Sie wahrscheinlich Apps und Dienstprogramme wie Wine, Lutris und OBS Studio verwendet, um das Spielerlebnis ...