Distance RHEL7 has been released for a long time, due to my notebook's graphics card catch (710 entry level), network installation after loading black screen, engraved disk installation BIOS self-test can not pass, so also only in the real machine installed rhel6.5, VMware under the RHEL7 to experience. No more nonsense, get to the point.
Red Hat application in the server does not need to say more, but every time you want to play video on it, always error, and then click Download, error, even if your source is not a problem. Rhel6 's own music player Rhythmbox and video player Totem are not available by default and need to be installed with a decoder. Then install his decoder!
1, first ensure that the Rhythmbox and totem software is properly installed:
650) this.width=650; "Src=" http://s3.51cto.com/wyfs02/M01/54/07/wKioL1R15FjTc9XzAAEKaMCA19s471.jpg " Title= "Screenshot.png" alt= "Wkiol1r15fjtc9xzaaekamca19s471.jpg"/>
2, download and install the relevant software package, or the subsequent installation of the decoder package will appear dependencies cannot be resolved
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/54/08/wKiom1R15ZXSUgooAAGxSAEwj80843.jpg "title=" Screenshot.png "alt=" Wkiom1r15zxsugooaagxsaewj80843.jpg "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/54/07/wKioL1R15yWzTCCwAADny8xgH1Y570.jpg "title=" Screenshot.png "alt=" Wkiol1r15ywztccwaadny8xgh1y570.jpg "/>
3, configure the Yum library, http://apt.sw.be This site is quite rich in RPM resources, but the rhel6 of the Yum source is not complete
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/54/07/wKioL1R16F7Qm095AADpx06_QBg111.jpg "title=" Screenshot-1.png "alt=" Wkiol1r16f7qm095aadpx06_qbg111.jpg "/>
4. Install the decoder:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/54/08/wKiom1R16VjBsO4DAAB6B4q0ejo825.jpg "title=" Screenshot-2.png "alt=" Wkiom1r16vjbso4daab6b4q0ejo825.jpg "/>
Pay attention to the network's usual Oh! After that, you can experience the feeling of playing video on Rhel6!
Speaking of video so the problem comes, install the default video player decoder, you can play the video, but now the high-definition movies are almost rmvb format, but this player does not support this format, then the next introduction of our other player MPlayer.
1, login rpm Fusion website, click Enale RPM Fusion on your system, find RPM Fusionfree for RHEL 6 or compatible like CentOS, click here to download this yum source installation package.
The direct download URL is: http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/54/08/wKiom1R163-xDVNuAACq74kzg7k500.jpg "title=" Screenshot-3.png "alt=" Wkiom1r163-xdvnuaacq74kzg7k500.jpg "/>
2, in addition to the above installation package, also need a third-party Epel, login to the Epel website, find "If you use version 6th Enterprise Linux, please install this RPM package: epel-release-6-5.noarch.rpm" click to download. There may be an error because this may not be updated , just download the URL for a moment.
The direct download URL is: http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/54/08/wKiom1R17AGyNCLQAACFpddU94Q619.jpg "title=" Screenshot-4.png "alt=" Wkiom1r17agynclqaacfpddu94q619.jpg "/>
3, download the above two software, you can install in the downloaded directory,
RPM-IVH rpmfusion-free-release-6-1.noarch.rpm
RPM-IVH epel-release-6-8.noarch.rpm
After the installation, there will be a few more source files under your Yum source, which is exactly what we need.
4, install MPlayer main program
Yum Install-ymplayer but the corresponding library is missing. WORKAROUND:
Direct: http://dl.atrpms.net/el6-i386/atrpms/testing/liblzo2_2-2.03-6.el6.i686.rpm
Then install the Liblzo Library
wget http://dl.atrpms.net/el6-i386/atrpms/testing/liblzo2_2-2.03-6.el6.i686.rpm
Use this command: Yum localinstall liblzo2_2-2.03-6.el6.i686.rpm, if you use the RPM-IVH liblzo2_2-2.03-6.el6.i686.rpm command, you will be prompted for dependencies and cannot be installed.
5. Installing the video Decoder
Enter MPlayer official website: http://www.mplayerhq.hu/design7/news.html, click on the left download, find binary Codec Packages (binary decoder package) Select Linux X8620071007, click HTTP Download.
Direct: http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2
wget http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2
Decompression: TAR-XVF essential-20071007.tar.bz2
Go to Unzip directory: CD essential-20071007
There is a Readme file, open view, Vim README, inside the hint will be in this directory of things put under the/usr/local/lib/codecs/, if not the directory to create their own, mkdir/var/lib/codecs.
Then execute the command MV essential-20071007/*/usr/local/lib/codecs to move the files in the essential-20071007 directory to the/usr/local/lib/codecs directory.
5. Install the graphical interface
Yum Install Mplayer-gui-y
After installation can use the Gmplayer command, in the top left corner of the desktop Applications--sound & Video, there will be Mplayer Media player option, open after the right click on the screen, Select Preferences, choose Video, then select X11 x11 (XLMAGE/SHM), re-open and ready to use.
With the Gmplayer command, an open video can be fast-forward, mplayer open video, and cannot be fast-forward.
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/54/07/wKioL1R19jeB8uDVAAFo3k7yup8833.jpg "title=" Screenshot.png "alt=" Wkiol1r19jeb8udvaafo3k7yup8833.jpg "/>
Start to experience it!
This article is from the "9203249" blog, please be sure to keep this source http://9213249.blog.51cto.com/9203249/1583021
Rhel6 install SMPlayer player and a decoder for your own video player