LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mplayer install help (https://www.linuxquestions.org/questions/linux-software-2/mplayer-install-help-36841/)

trickykid 11-30-2002 12:20 AM

Not sure myself at this point. Maybe try a different DVD disc ? Could be the codecs used, maybe they don't like that DVD player... Hmmm...

TomGerman 11-30-2002 12:26 AM

Nope, it does it with several dvds. While I'm at it, how do I uninstall mplayer? No point in it wasting a huge amount of space.

MasterC 11-30-2002 12:38 AM

It doesn't waste much space actually, it's very small. To uninstall most software, if compile from source, you enter the directory where you typed:
make install
and type:
make uninstall

And that should be it.

But you might wanna try fiddling a bit more, it's one of the best programs around.

What's the line you type to play it anyway?

Cool

TomGerman 11-30-2002 12:44 AM

I've tried several different ways of playing it, but the line I use it is:

"mplayer -dvd 1 -dvd-device /dev/cdrom"

MasterC 11-30-2002 12:49 AM

Ok, well you are specifying alot, but I don't think it'd be causing you problems like that, just try:
mplayer -vo xv -dvd 1

OR
mplayer -vo x11 -dvd 1

Cool

TomGerman 11-30-2002 12:57 AM

When I type those it says, cannot find dvd device "/dev/dvd" which leads me to believe that linux doesn't recognize that this drive is in fact a DVD drive, which would mean that I flushed 80 bucks.

TomGerman 11-30-2002 12:57 AM

Here's the exact output:
"
Playing DVD title 1
libdvdread: Can't stat /dev/dvd
No such file or directory
Couldn't open DVD device: /dev/dvd
"

MasterC 11-30-2002 01:00 AM

Nah, that just means you don't have the symlink setup correctly

No biggie

Do this in the terminal:
ls -l /dev/cdrom

Notice the device it's pointing to, now link /dev/dvd to it:
ln -sf /dev/WHATEVER /dev/dvd

where /dev/WHATEVER is what you find from:
ls -l /dev/cdrom

Cool

TomGerman 11-30-2002 01:10 AM

weird, I did what you said, and it won't link it

ln -sf /dev/hdc /dev/dvd

hdc was what it was connected to..

TomGerman 11-30-2002 01:13 AM

Oh nm.. it worked ok, didn't have the dvd in LOL... but still is jerky as hell :(

MasterC 11-30-2002 01:22 AM

Don't give up just yet, Acid_Kewpie is the resident expert and might have some other options for you, like drop frame and things.

Also, try caching maybe:

mplayer -vo xv -dvd 1 -cache 128

I don't know, might help

Cool

TomGerman 11-30-2002 01:24 AM

it gives me an error saying my system is too slow to play this when I do the cache thing

TomGerman 11-30-2002 01:25 AM

It tells me that I have a slow CPU.. I guess 1.4ghz is slow nowadays, but lol...

TomGerman 11-30-2002 01:28 AM

I tried -cache 8192 and it helped a little bit, but it still was jerky and I lost the ability to type anything outside of the dvd window.

MasterC 11-30-2002 01:29 AM

Oh, you might also wanna try compiling mplayer with different options, like this for example:
--enable-runtime-cpudetection Enable runtime CPU detection [disable]

That's something I used for better performance.

Cool


All times are GMT -5. The time now is 09:59 AM.