Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

kmplayer wont open dvds

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
6 posts • Page 1 of 1
Author
Message
XST1
Apprentice
Apprentice
Posts: 163
Joined: Tue Jan 27, 2004 12:11 am

kmplayer wont open dvds

  • Quote

Post by XST1 » Sun Feb 06, 2005 8:47 pm

I did an emerge on kmplayer and it reads everything fine except dvds. I set the dvd path to /dev/cdroms/cdrom1 and it says opening dvd and does nothing else. When I go to type in /dev/cdroms/cdrom1 in url path, it opens the dvd fine but then the audio and the video go very fast and eventually crashes the player. Here is the console output everytime i try to open a dvd and nothing happens:

Code: Select all

MPlayer 1.0pre5try2-3.3.5 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium 4/Xeon/Celeron Foster 2993 MHz (Family: 8, Stepping: 9)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 1
Compiled for x86 CPU with extensions: SSE2
Reading config file /usr/share/mplayer/mplayer.conf
Reading config file /home/mark/.mplayer/config
Reading /home/mark/.mplayer/codecs.conf: Reading /usr/share/mplayer/codecs.conf: MMX supported but disabled
MMX2 supported but disabled
SSE supported but disabled
Can't open '/home/mark/.mplayer/codecs.conf': No such file or directory
73 audio & 180 video codecs
CommandLine: '-wid' '73400413' '-slave' '-vo' 'xv' '-framedrop' '-contrast' '0' '-brightness' '0' '-hue' '0' '-saturation' '0' '-v' '-cache' '128' 'dvd://' '-identify'
init_freetype
get_path('font/font.desc') -> '/home/mark/.mplayer/font/font.desc'
font: can't open file: /home/mark/.mplayer/font/font.desc
Font /usr/share/mplayer/font/font.desc loaded successfully! (206 chars)
Using X86 Optimized OnScreenDisplay
Using usleep() timing
get_path('input.conf') -> '/home/mark/.mplayer/input.conf'
Parsing input config file /usr/share/mplayer/input.conf
Input config file /usr/share/mplayer/input.conf parsed: 53 binds
get_path('.conf') -> '/home/mark/.mplayer/.conf'
vo: x11 uninit called but X11 not inited..
Exiting... (End of file)
Can't open input config file /home/mark/.mplayer/input.conf: No such file or directory
[file] No filename
Failed to open dvd://
MPlayer 1.0pre5try2-3.3.5 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium 4/Xeon/Celeron Foster 2993 MHz (Family: 8, Stepping: 9)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 0 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 1
Compiled for x86 CPU with extensions: SSE2
Reading config file /usr/share/mplayer/mplayer.confMMX supported but disabled
MMX2 supported but disabled
SSE supported but disabled
Reading config file /home/mark/.mplayer/config
Unknown option on the command line: dvd-device
I also got an output from mplayer telling me this, when i force it to run from url mode:

Code: Select all

Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.
Encrypted VOB file! Read DOCS/HTML/en/dvd.html.

Any help would be appreciated, thanks.
Top
moocha
Watchman
Watchman
Posts: 5722
Joined: Tue Oct 21, 2003 6:45 pm

  • Quote

Post by moocha » Mon Feb 07, 2005 6:06 am

kmplayer is just a frontend for mplayer, the problem resides in the mplayer package. Reading /usr/share/doc/mplayer-1.0pre5/DOCS/HTML/en/dvd.html and making sure mplayer was compiled with DVD support would be a start ("dvd" USE flag). I may have the mplayer version in the directory name wrong, look around a bit.
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Top
XST1
Apprentice
Apprentice
Posts: 163
Joined: Tue Jan 27, 2004 12:11 am

  • Quote

Post by XST1 » Tue Feb 08, 2005 11:37 pm

moocha wrote:kmplayer is just a frontend for mplayer, the problem resides in the mplayer package. Reading /usr/share/doc/mplayer-1.0pre5/DOCS/HTML/en/dvd.html and making sure mplayer was compiled with DVD support would be a start ("dvd" USE flag). I may have the mplayer version in the directory name wrong, look around a bit.
I did do:

USE="dvd" emerge mplayer

and it still says dvd encrypted. Anything im missing here?
Top
Headrush
Watchman
Watchman
User avatar
Posts: 5597
Joined: Thu Nov 06, 2003 12:48 am
Location: Bizarro World

  • Quote

Post by Headrush » Wed Feb 09, 2005 12:25 am

Try

Code: Select all

emerge libdvdcss
Its an encrypted DVD and you need this library to decrypt it.
Top
XST1
Apprentice
Apprentice
Posts: 163
Joined: Tue Jan 27, 2004 12:11 am

  • Quote

Post by XST1 » Wed Feb 09, 2005 1:14 am

Headrush wrote:Try

Code: Select all

emerge libdvdcss
Its an encrypted DVD and you need this library to decrypt it.
Believe it or not, that is also merged, and works great with xine. Now why the hell wont mplayer pick it up?
Top
Headrush
Watchman
Watchman
User avatar
Posts: 5597
Joined: Thu Nov 06, 2003 12:48 am
Location: Bizarro World

  • Quote

Post by Headrush » Wed Feb 09, 2005 6:05 pm

Can you post the output of

Code: Select all

equery uses mplayer
This has to be run as root and you should see both dvd and dvdread enabled.

Was mplayer compiled after libdvdcss was?
You need libdvdread also.
Top
Post Reply

6 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic