LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-24-2003, 03:09 PM   #1
gauge73
Member
 
Registered: Jan 2003
Location: Dallas, TX
Distribution: Fedora Core 4
Posts: 420

Rep: Reputation: 30
DVD Player?


Can anyone suggest a good (and hopefully easy to install) DVD player for RH8.0? An RPM would be preferable, but not necessary... We newbies don't like compiling, you know.
 
Old 04-24-2003, 03:11 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
http://mplayerhq.hu
 
Old 04-24-2003, 03:22 PM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Or for the daring:
http://freshmeat.net/redir/xine/1194...ourceforge.net

Cool
 
Old 05-02-2003, 09:50 PM   #4
TexasDex
Member
 
Registered: Feb 2003
Location: The Attic. Nowhere near Texas.
Distribution: Gentoo, Kubuntu, formerly LFS, SuSE, and RedHat
Posts: 133

Rep: Reputation: 15
I have tried Ogle, but so far it hasn't worked for me. I think I have obscure hardware, because even though it realizes that it's a DVD drive there is no /dev/dvd device at all. I therefore can't open it, and the player doesn't work. If you do have the /dev/dvd device then you'll probably be better off than me.

Installation was easy, although I did have to search for a few other RPMs that it required (sound libraries and such) before it would install properly.
 
Old 05-02-2003, 10:00 PM   #5
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
mplayer is the best you can get precompiled version for redhat 9.0 from www.freshrpms.net
 
Old 05-02-2003, 10:46 PM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by TexasDex
I have tried Ogle, but so far it hasn't worked for me. I think I have obscure hardware, because even though it realizes that it's a DVD drive there is no /dev/dvd device at all. I therefore can't open it, and the player doesn't work. If you do have the /dev/dvd device then you'll probably be better off than me.

Installation was easy, although I did have to search for a few other RPMs that it required (sound libraries and such) before it would install properly.
/dev/dvd (AFAIK on EVERY linux system) is just a symlink. It's a symlink to the actual DVD device; so if you are normally mounting your cd's in your dvd drive with /dev/hdc then symlink to that:
ln -sf /dev/hdc /dev/dvd

For me, I use scsi emulation on my dvd drive. So I symlinked to scd1:
ln -sf /dev/scd1 /dev/dvd

HTH

Cool
 
Old 05-03-2003, 06:40 AM   #7
Ju Deddo Koinu
Member
 
Registered: Apr 2003
Location: Austin, TX
Distribution: RedHat 9 w/ KDE
Posts: 86

Rep: Reputation: 15
I'm a newbie, and after using mplayer, I definitely recommend it.
 
Old 05-03-2003, 01:57 PM   #8
KennyK
Member
 
Registered: Apr 2003
Location: California, USA
Distribution: Redhat 8.0, 9.0 Suse 9.0 Pro
Posts: 129

Rep: Reputation: 15
I tried to install the rpm for mplayer but it won't install

rpm -ivh mplayer-0.90-fr0.7rc5.i386.rpm
warning: mplayer-0.90-fr0.7rc5.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
error: Failed dependencies:
lame is needed by mplayer-0.90-fr0.7rc5
alsa-lib is needed by mplayer-0.90-fr0.7rc5
aalib is needed by mplayer-0.90-fr0.7rc5
lirc is needed by mplayer-0.90-fr0.7rc5
libdv is needed by mplayer-0.90-fr0.7rc5
xvidcore is needed by mplayer-0.90-fr0.7rc5
libdvdread is needed by mplayer-0.90-fr0.7rc5
libaa.so.1 is needed by mplayer-0.90-fr0.7rc5
libasound.so.2 is needed by mplayer-0.90-fr0.7rc5
libdv.so.2 is needed by mplayer-0.90-fr0.7rc5
libdvdread.so.3 is needed by mplayer-0.90-fr0.7rc5
liblirc_client.so.0 is needed by mplayer-0.90-fr0.7rc5
libmp3lame.so.0 is needed by mplayer-0.90-fr0.7rc5
libxvidcore.so is needed by mplayer-0.90-fr0.7rc5
 
Old 05-03-2003, 02:03 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you shouldn't use non official rpms, get them from http://mplayerhq.hu or even better, compile from source (and you won't have any dependencies to catch you...)
 
Old 05-03-2003, 03:03 PM   #10
Ju Deddo Koinu
Member
 
Registered: Apr 2003
Location: Austin, TX
Distribution: RedHat 9 w/ KDE
Posts: 86

Rep: Reputation: 15
I installed from the source from the official site, and I had no dependencies or problems.
 
Old 05-03-2003, 05:41 PM   #11
Streams
Member
 
Registered: Jun 2002
Location: NewZealand
Distribution: Slackware 9.1
Posts: 146

Rep: Reputation: 15
go to freshrpms.net and install apt-get
from the console type;
apt-get install mplayer
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
DVD Player Problem in fedora /dev/dvd not found sxa Linux - Hardware 9 08-23-2006 08:17 PM
Every DVD Player Fails to Play DVD Movie in SuSE 9.2 Pro....Please Help ! ! ! bedi-beparwah SUSE / openSUSE 2 03-14-2005 06:08 PM
LG DVD-ROM DRD-8160B not recognized as DVD player on FC2 Wise_Fox Linux - Hardware 1 08-24-2004 12:13 PM
How come dvd player sound works but cd player doesn't? Magus67 Linux - Hardware 9 04-19-2004 04:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration