Centos 5 Multimedia Howto
In This Article, I will be discussing how to setup Multimedia on Centos 5 Enterprise. When your looking for a longer update cycle than traditional Fedora / Ubuntu provide, I am also aware of Ubuntu LTS but i will not be covering that matter as it has been covered quite frequently, your best bet is probably to install a Version of Centos 4 or 5. I will be sticking with the latest and greatest as of today, which is Centos 5 Enterprise.
Step 1: Add the Rpmforge Repo
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
Step 2: Add the Macromedia Repo
rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
Step 3: Install Multimedia Applications
yum -y install libdvdcss libdvdread libdvdplay libdvdnav lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 flash-plugin gstreamer-plugins-bad gstreamer-plugins-ugly
Step 4: Installing w32Codecs in order to play everything under the Sun.
wget www1.mplayerhq.hu/MPlayer/releases/codecs/mplayer-codecs-20061022-1.i386.rpm ; rpm -ivh mplayer-codecs-20061022-1.i386.rpm
wget www1.mplayerhq.hu/MPlayer/releases/codecs/mplayer-codecs-extra-20061022-1.i386.rpm; rpm -ivh mplayer-codecs-extra-20061022-1.i386.rpm
you should now have full multimedia and video support for all popular formats. If you experience any issue or have a better approach feel free to post a reply.
*** UPDATE ***
Updated section 2 for the adobe flash player repo..
- 32891 reads
Comments
34 comments postedAlso if you are referring to web content, make sure that mplayer plugin is working.
Example open up firefox and instead of a web address type in
about:config
That should list what formats are supported and what player is called to play said format.
First off epel and rpmforge are repo's that tend to conflict. So the only idea i have is that you remove epel for now and remove the "libdvdread.so. is 4" package.
After that try installing again using the above command and remove mplayer-gui if it is still complaining since i believe it might now be part of the mplayer package. I have not reinstalled Centos5 in a while and thus cannot confirm the above statement.
Keep me posted...
I had to translate that from Portuguese to English using Google, not often i get non English posts. Helped me brush up on my Google translating skills ;)
Ok i just followed the howto on a new install and it worked as expected. So my question to you is are you trying to install VLC as your title suggests? if that is the case this is not covered by this howto. I have no issues assisting you in trying to get it to work but i would need more detail before i take anymore time to attempt to resolve the following issue.
Step1: Make sure you have an updated centos 5 install..
yum -y updateStep2: make sure the rpmforge repo is not disabled. Centos wiki can assist with that matter.
wiki.centos.org
Step3: after the above steps have been completed follow the howto.
Thank you
Sklav
livdvdnav is a spelling mistake. Which i have corrected. As for mplayer-gui, I believe that is now bundled with the mplayer package. I will confirm and update shortly. On either case that will not affect the system by not installing it, since it just adds a graphical interface to mplayer.
It is always a pleasure when i read positive comments from people that have used this how-to and it has helped them.
I am glad you found the content Helpful.
According to the output you have specified the rpm has already been installed.
12:29:40 (349 KB/s) - `mplayer-codecs-extra-20061022-1.i386.rpm.2' <---- the .2 is appended when an rpm with same name is found.
package mplayer-codecs-extra-20061022-1 is already installed
warning: mplayer-codecs-extra-20061022-1.i386.rpm: Header V3 DSA signature: NOKEY, key ID b6d6aef5
The above warning is displayed due to the fact that you do not have proper key signature for the rpm but since these packages rarely get updated and i have not found a repo containing them this is would be normal in this case. If you feel strongly about it you can always import the proper key from the website listed assuming they have published it, I trust the site because i have been using it for years. Hope that answers your question.
I always appreciate when someone leaves a positive comment.