LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   video player for redhat EL 5.3 (https://www.linuxquestions.org/questions/linux-newbie-8/video-player-for-redhat-el-5-3-a-745014/)

rramunaidu9 08-04-2009 07:47 AM

video player for redhat EL 5.3
 
hi

i have successfully installed in my compaq CQ40-330TU Laptop,

and trying to play some video for preparation of my redhat exam,but unable to play,

please help me which version of the player supports and how to install a video player in
redhat enterpize linux 5.3.


Thanks & Regards
Ramunaidu,
System Admin,
Bangalore.

thorkelljarl 08-04-2009 08:08 AM

What about...

There is vlc for RHEL 5.

http://dag.wieers.com/rpm/packages/vlc/

The site also has information on mplayer and it seems that it is also possible to install mplayer.

http://dag.wieers.com/rpm/packages/mplayer/

http://dag.wieers.com/rpm/FAQ.php#B

Also, look at this posting here at LQ for a start. You might also search LQ for more information on playing media in RHEL 5.

http://www.linuxquestions.org/questi...rhel-5-594980/

timvandijk039 08-04-2009 08:16 AM

VLC Player
 
Not sure what video format you wnat to play but you could start by trying VLC player. This player supports a lot of video formats.

VLC can be installad from the RPMforge repository.
A way to add this repos is with the following command:

(for i386)
Code:

rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
(for x86_64)
Code:

rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
after that install VLC
Code:

yum install vlc
Hope this helps.

timvandijk039 08-04-2009 08:17 AM

thorkelljarl beat me to it.

thorkelljarl 08-04-2009 08:41 AM

It's not...

The grounds for the Thanks is not for how quick you are, but how willing and helpful.

timvandijk039 08-05-2009 02:01 AM

Thank you for your wise words thorkelljarl.
Will remember that.

rramunaidu9 08-10-2009 04:20 AM

hi

i am trying to install vlc and mplayer rpm's without adding repository as follows,

First i am copying to desktop and then performing installtion.

rpm -ivh packagename-path and also tried

yun -i packagename-path

it's showing dependencies error.

please help me which version of vlc and mplayer support redhat linux 5.3,

and it's very helpfull ,if you give information about installtion steps....


Thanks & Regards
Ramunaidu,
System Admin,
Bangalore.

mushroomboy 08-10-2009 06:00 AM

http://www.mplayerhq.hu/

lazlow 08-10-2009 11:44 AM

rramunaidu9

If you want to stay with a rpm (a very good idea with a rpm based system) you have to fulfill the missing dependencies(install them). The reason adding another repo(rpmforge/dag in this case) is a good idea is that then yum can automatically handle fulfilling those dependencies. If you do not add the repo you will have to manually install each of the missing dependencies (and any dependencies they in turn may have) one after the other.

custangro 08-10-2009 11:53 AM

Quote:

Originally Posted by rramunaidu9 (Post 3637512)
hi

i am trying to install vlc and mplayer rpm's without adding repository as follows,

First i am copying to desktop and then performing installtion.

rpm -ivh packagename-path and also tried

yun -i packagename-path

it's showing dependencies error.

please help me which version of vlc and mplayer support redhat linux 5.3,

and it's very helpfull ,if you give information about installtion steps....


Thanks & Regards
Ramunaidu,
System Admin,
Bangalore.

You can try...

Code:

root@host# yum -y localinstall pakage-1.2.rpm
It will resolve any dependencies for you (NOTE: if the dependencies AREN'T in your repo...you will have to manually download the RPM...in which case you are better off installing the repo for VLC).

-C

lazlow 08-10-2009 11:58 AM

While localinstall is a great option I would strongly urge you to never use the -y option. Basically it is like giving somebody a blank check that you have signed. Take the extra minute to review what yum is going to do and then enter yes. While it is relatively rare cross dependency issues do arise.

Edit: For VLC there are addition, non base repo, packages that will need to be installed.


All times are GMT -5. The time now is 12:15 PM.