LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-06-2003, 03:07 PM   #1
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
DVD Player?


What is a good DVD player? I tried downloading MPlayer but it had all these errors upon installation and I couldn't install it.

Is there anything EASY TO INSTALL that'll just get my DVD working on my computer? Thanks
 
Old 09-06-2003, 03:29 PM   #2
lynch
Member
 
Registered: Nov 2000
Location: A Mid-Atlantic state
Distribution: SuSE 8.1,Knoppix 3.2,Mandrake 9.1
Posts: 388

Rep: Reputation: 30
I just tried GeeXBoX .It's a live CD that loads a minimal Linux distro and runs MPlayer and plays DVDs,CDs,VCDs etc....Takes about 5 MB .Doesnt matter what distro or,for that matter,what OS you have.
lynch
 
Old 09-06-2003, 03:30 PM   #3
Bensoft Kill MS
Member
 
Registered: Jul 2003
Location: KY
Distribution: Red Hat 9
Posts: 65

Rep: Reputation: 15
I used mplayer and it worked for me, but not without a ton of work. use the rpm -Uvh and whatever errors it gives you, pay attention to them. What Distro are you using? If it gives you errors about libraries, go to google.com and copy and paste the lib it needs. I got Mplayer from http://ftp.falsehope.com/home/rathan...yer/#downloads
You have to install all of it at once; My installation in the command line was 5 lines of rpms. But now that i have it, it plays everything: Quicktime, Mpeg, dvd, vcd, svcd, windows media, realplayer-you just have to get all the packages. Good luck!
 
Old 09-06-2003, 03:33 PM   #4
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by Bensoft Kill MS
I used mplayer and it worked for me, but not without a ton of work. use the rpm -Uvh and whatever errors it gives you, pay attention to them. What Distro are you using? If it gives you errors about libraries, go to google.com and copy and paste the lib it needs. I got Mplayer from http://ftp.falsehope.com/home/rathan...yer/#downloads
You have to install all of it at once; My installation in the command line was 5 lines of rpms. But now that i have it, it plays everything: Quicktime, Mpeg, dvd, vcd, svcd, windows media, realplayer-you just have to get all the packages. Good luck!
Can't someone just make a RPM (install wizard) and bundle it all together for us beginners that don't know squat?

** Oh jeez!!!! I just tried to install it and it says I need to install library files and dependancies? There's like 100 things i need to install?!?? uff!! You gotta be kidding me!

Last edited by Micro420; 09-06-2003 at 03:42 PM.
 
Old 09-06-2003, 03:49 PM   #5
Bensoft Kill MS
Member
 
Registered: Jul 2003
Location: KY
Distribution: Red Hat 9
Posts: 65

Rep: Reputation: 15
What distrobution and version are you using? Also, post what it says in the terminal. I'm a newbie too and it was really hard for me to get it to work, but now that I have it was so worth the hours I spent to get it. I use Red hat 9 and it only took a coupld of extra libraries for me to get all to install.
 
Old 09-06-2003, 03:51 PM   #6
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by lynch
I just tried GeeXBoX .It's a live CD that loads a minimal Linux distro and runs MPlayer and plays DVDs,CDs,VCDs etc....Takes about 5 MB .Doesnt matter what distro or,for that matter,what OS you have.
lynch
From their website:

Software Requirements

This is usefull only if you consider compiling / customizing your own GeeXboX. First of all, GeeXboX has to be compiled under GNU/Linux. Besides, you may need some packages such as :

* gcc : The GNU Compiler Collection, used to build the whole project. Please avoid using Gcc 2.96 (available on old Redhat and Mandrake distributions) which is not really MPlayer-compliant.
* make : GNU Make is a program that determines which pieces of a large program need to be recompiled and issues the commands to recompile them, when necessary.
* patch : this package is needed to patch some official programs sources to customize them to be GeeXboX compliant or simply to add some features.
* wget : Wget is a network utility to retrieve files from the Web using http and ftp, the two most widely used Internet protocols.
* nasm : This is an x86 assembler which will flat-form binary files, a.out, COFF and ELF Unix object files, and Microsoft 16-bit DOS and Win32 object files. It is used to compile the uClibc of the GeeXboX.
* dosfstools : Utilities to create and check MS-DOS FAT filesystems.
* mkisofs : Creates ISO-9660 CD-ROM filesystem images.
* mkzftree : this program is available from the zisofs-tools package and let you create compressed iso images.
* cdrecord : A command line CD writing tool cdrecord allows you to create CDs.

Besides, some modules need to be compiled in your kernel. Indeed, for creating DOS filesystem (standard boot CDROM filesystem), you need to add these modules into the Kernel FileSystems and Block Device menus :

* CONFIG_FAT_FS
* CONFIG_MSDOS_FS
* CONFIG_UMSDOS_FS
* CONFIG_VFAT_FS
* CONFIG_BLK_DEV_LOOP, for device loopback support.

You also need to have at least 500 MB of free disk space in order to build the GeeXboX properly.

And last but not least, GeeXboX can only be compiled by the super-user, because compilation actually need to mount in loopback the newly-created filesystem, which can be done only by root ;-(

My response: I don't get it. Does it work or not?
 
Old 09-06-2003, 04:31 PM   #7
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
Quote:
Originally posted by Bensoft Kill MS
What distrobution and version are you using? Also, post what it says in the terminal. I'm a newbie too and it was really hard for me to get it to work, but now that I have it was so worth the hours I spent to get it. I use Red hat 9 and it only took a coupld of extra libraries for me to get all to install.
For me it says
gcc -c -g -DXP_UNIX -Iinclude -ISource/_gen -I/usr/X11R6/include -I. -I/usr/include Source/mplayerplug-in.c
make: gcc: Command not found
make: *** [mplayerplug-in.o] Error 127
What does it mean? What do I need to do to fix it? I'm using Mandrake 9.1 and I downloaded the mplayerplug-in-0.80.tar.gz
 
Old 09-06-2003, 04:54 PM   #8
lynch
Member
 
Registered: Nov 2000
Location: A Mid-Atlantic state
Distribution: SuSE 8.1,Knoppix 3.2,Mandrake 9.1
Posts: 388

Rep: Reputation: 30
You download the 4.3 MB iso from here and burn it onto a CD.That's all I had to do.Then just boot the from the CD.
Get it?
lynch
 
Old 09-06-2003, 06:20 PM   #9
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Original Poster
Rep: Reputation: 45
Quote:
Originally posted by lynch
You download the 4.3 MB iso from here and burn it onto a CD.That's all I had to do.Then just boot the from the CD.
Get it?
lynch
Good news: I got it to work after burning the ISO image in Windows XP.
Bad news?: it won't work within mandrake? I don't want to have to reboot my computer just to watch a DVD.

I'm kind of looking for something simple to install and that will run with Mandrake 9.1 without having to reboot. Geexbox has the simpilcitiy of installation (just boot up CD) but inconvenient to reboot my computer back and forth.
 
Old 09-06-2003, 08:06 PM   #10
Arainach
LQ Newbie
 
Registered: Sep 2003
Distribution: Mandrake 9.1
Posts: 7

Rep: Reputation: 0
Well, just MPlayer won't work. You'll need libdvdcss (or libdvdcss2, whatever the latest version is called.), and potentially a few other things (I can't remember them all, but there are quite a few good guides - Google for Linux DVD and you'll find a lot of stuff. I myself use Xine. Not too bad, and it works for me.
 
Old 09-07-2003, 01:51 AM   #11
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I always quite liked the Ogle DVD Player it's fairly simple to download and works.
 
Old 09-07-2003, 01:55 AM   #12
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
I have a different topic, but no one is replying and since it kind of goes along with this topic I figured I would post here..

I tried installing Mplayer, and after installing a ton of other Packages I still have two more that needs to be installed before Mplayer will install.. Lirc and Mplayer-Fonts.. but with those I get errors

Here is what I get when trying to install Lirc

[root@localhost root]# rpm -vih lirc-0.6.6-fr1.i386.rpm
warning: lirc-0.6.6-fr1.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
Preparing... ########################################### [100%]
file /usr/lib/liblirc_client.so.0.0.0 from install of lirc-0.6.6-fr1 conflicts with file from package liblirc0-0.6.6-1mdk

Here is what I get when trying to install Mplayer Fonts

[root@localhost root]# rpm -vih MPlayer-fonts-0.91-alt21.i586.rpm
warning: MPlayer-fonts-0.91-alt21.i586.rpm: V3 DSA signature: NOKEY, key ID ae59c160
error: Failed dependencies:
MPlayer >= 0.90 is needed by MPlayer-fonts-0.91-alt21

If Mplayer needs the Fonts to Install and the Fonts need Mplayer to install, I am kind of stuck here..

Does anyone here know things I should/can do?

Thanks in Advance..
 
Old 09-07-2003, 02:34 AM   #13
ellyaht
Member
 
Registered: Jul 2003
Location: Brisbane
Distribution: Mandrake 10 Mostly
Posts: 61

Rep: Reputation: 15
Micro420
Have a look at http://plf.zarb.org
It has a good section that will help you set up your urpmi sources, with that done all the plugins for encrypted dvd play will be available. (such as libdvdcss2)
Xine also works well, with the d5d plugin for encrypted dvds
 
Old 09-07-2003, 02:48 AM   #14
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
I have always wondered, why not put the packages into one big download and install? I swear its alot of trouble to get everything going, and still Mplayer won't install.. ERR!!! ERR!!! *NEEDS MORE COFFEE*
 
Old 09-07-2003, 04:25 AM   #15
lynch
Member
 
Registered: Nov 2000
Location: A Mid-Atlantic state
Distribution: SuSE 8.1,Knoppix 3.2,Mandrake 9.1
Posts: 388

Rep: Reputation: 30
Micro420,there is the added hassle of booting from CD but it seemed like a good thing to use like ,say, a little kid wanted to watch a DVD.They could without booting your installation.I just threw the idea out there because I though it was neat.Yor thread has gotten me wanting to get DVDs to play on my comp,now.Thanks.
lynch
 
  


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 - Software

All times are GMT -5. The time now is 07:03 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