LinuxQuestions.org
Review your favorite Linux distribution.
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 11-29-2002, 07:01 PM   #1
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Rep: Reputation: 15
Exclamation Mplayer install help


I really want to play DVDs... I'm a total and I just got my first linux distro (redhat 8), so I'm not sure how to go about installing this. If someone would be kind enough to put up detailed instructions that'd be great

- Thanks ~
 
Old 11-29-2002, 07:04 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
there are LOTS of instructions in the documentation at their site, http://mplayerhq.hu that's that it's there for...

Last edited by acid_kewpie; 11-29-2002 at 07:07 PM.
 
Old 11-29-2002, 07:07 PM   #3
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
Yeh, I read those and really didn't understand them. Need simple instructions.. btw that link doesn't work.
 
Old 11-29-2002, 07:07 PM   #4
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
well there are plenty of generic instructions on this site, jsut use the search facility
 
Old 11-29-2002, 07:25 PM   #5
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
Then build MPlayer:

./configure
make
make install


HUK? This does nothing, and I'm not sure how to extract the MPlayer-0.90pre10.tar.bz2 to anywhere... god I made a horrible horrible mistake
 
Old 11-29-2002, 07:29 PM   #6
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
well try searching this site for a thousand identical instructions on how to use tar ... if you do you'll just see...

tar jxvf mplayer-0.90pre10.tar.bz2

which will extract it to the current directory.
 
Old 11-29-2002, 07:41 PM   #7
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
hmm weird.. it doesn't work.. I pasted it directly, so I couldn't have made a mistake.. gives me this error.. "no such file or directory".. I know it's in the directory I'm in.
 
Old 11-29-2002, 08:42 PM   #8
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
Got everything installed, but the playback seems to skip every other second.. kinda like laggy I guess you could call it. I read the doc and it said to enable DMA via the command:

"hdparm -d1 -a8 -u1 [cdrom] "

my line looks like this: "hdparm -d1 -a8 -u1 /mnt/cdrom"
and it gives me a uh oh saying "/mnt/cdrom not supported by hdparm"

Any ideas?
 
Old 11-29-2002, 08:51 PM   #9
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
I fixed that and got the settings working, but it's still jerky... any ideas?
 
Old 11-29-2002, 10:13 PM   #10
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Have you tried any other video options ??

mplayer --help for more details.

What kind of hardware are you running this on ??
 
Old 11-29-2002, 11:31 PM   #11
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
This is running on an athlon 1.47 ghz, 512 ddr, geforce 4 ti4600 (gainward golden sample), maxtor 20g, ata 133 7200 rpm, SB live! 5.1, kg7 RAID. The DVD drive itself is a creative "ovation" 16x. I'm gonna look through the help thing, but I doubt it'll help much .. I'm afraid I just wasted $$ on the dvd drive.
 
Old 11-29-2002, 11:38 PM   #12
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Check out this link for the docs on video output. http://www.mplayerhq.hu/DOCS/video.html#normal

Most likely you just need to try a different vo output.

And don't doubt your new dvd, you didn't waste money. I have just a 900mhz machine with a ATI Xpert 98 8MB video card with 512 Megs of RAM, Pioneer 10x DVD drive and mine works like a charm.
 
Old 11-29-2002, 11:58 PM   #13
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
Well, I tried to -xv vo thing or whatever, I checked to see that my setup supported it, but alas nothing seems to work. Just constant jerkiness.. it freezes every other second. I have the latest nvidia drivers... although I did remember getting a warning about GLX or something, even though Ut2k3 works flawlessly.
 
Old 11-30-2002, 12:03 AM   #14
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Try either passing -vo sdl or maybe -vo x11 and see if those work if you haven't tried those.

Last edited by trickykid; 11-30-2002 at 12:05 AM.
 
Old 11-30-2002, 12:09 AM   #15
TomGerman
Member
 
Registered: Nov 2002
Posts: 42

Original Poster
Rep: Reputation: 15
nope, neither of those work Looks like I'm screwed, I have no clue why either. I tried disabling sound as well and that had no effect on it, so at least that narrows it down a bit.
 
  


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
MPlayer Install harley51 Fedora 2 02-02-2005 11:26 AM
trying to install mplayer Mighty_Anubis Linux - Software 14 03-25-2004 02:58 PM
Install mplayer on RH 9 whitefox Red Hat 5 01-02-2004 03:06 PM
How to install mplayer gui after installing mplayer kaega2 Linux - Software 5 10-07-2003 10:44 AM
How to Install MPlayer? sikandar Linux - Software 31 08-30-2003 10:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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