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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-15-2003, 02:29 PM
|
#1
|
|
Member
Registered: Feb 2003
Location: Portland , Oregon
Distribution: Red Hat 8.0
Posts: 91
Rep:
|
DVD playback in Mplayer
I finally complied something from source correcltly and I tryed to exicute mplayer -dvd 1 and I get the following message
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/local/share/locale
MPlayer 0.90rc4-3.2 (C) 2000-2003 Arpad Gereoffy (see DOCS)
CPU: Intel (Family: 8, Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: can't open '/root/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: 50 audio & 135 video codecs
font: can't open file: /root/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /root/.mplayer/input.conf : No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf : No such file or directory
Falling back on default (hardcoded) input config
Playing DVD title 1
libdvdread: Can't stat /dev/dvd
No such file or directory
Couldn't open DVD device: /dev/dvd
Exiting... (End of file)
any help as to what to do next ?
you all rock the house
|
|
|
|
02-15-2003, 02:35 PM
|
#2
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,676
|
sure. mplayer has no idea where your dvd player is.. and why should it? it assume it's /dev/dvd unless you specify somewhere else such as "mplayer -dvd-device /dev/hdc -dvd 1" you should creaet a symlink from the actual entry (hda - hdd) to /dev/dvd
ln -s /dev/hdc /dev/dvd
if you don't kbnow where the drive actually is, it's easiest to just try making mplayer play all off them. it'll fail hopelessly if you try to make it play a hard disk etc.... should be pretty obvious
Last edited by acid_kewpie; 02-15-2003 at 03:48 PM.
|
|
|
|
02-15-2003, 03:11 PM
|
#3
|
|
Member
Registered: Feb 2003
Location: Portland , Oregon
Distribution: Red Hat 8.0
Posts: 91
Original Poster
Rep:
|
now how should I go about chamging this ? I have no clue where to change the file I did the command as you said but no dice. which file do I edit in mplayer to point it to the right directory
|
|
|
|
02-15-2003, 03:27 PM
|
#4
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,676
|
you don't edit a file, you run the command i just gave you.....
|
|
|
|
02-15-2003, 03:38 PM
|
#5
|
|
Member
Registered: Feb 2003
Location: Portland , Oregon
Distribution: Red Hat 8.0
Posts: 91
Original Poster
Rep:
|
I must have done that command at least a couple of times and I still get nothing.
[root@sausage root]# mplayer - /dev/hdd /dev/dvd
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/local/share/locale
MPlayer 0.90rc4-3.2 (C) 2000-2003 Arpad Gereoffy (see DOCS)
CPU: Intel (Family: 8, Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: can't open '/root/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: 50 audio & 135 video codecs
font: can't open file: /root/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /root/.mplayer/input.conf : No such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf : No such file or directory
Falling back on default (hardcoded) input config
Playing -
Reading from stdin...
anything wrong with this ? it just hangs in term
|
|
|
|
02-15-2003, 03:49 PM
|
#6
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,676
|
that's nothing like what i actually said is it? how about you actually read it properly...? 
|
|
|
|
02-15-2003, 04:02 PM
|
#7
|
|
Member
Registered: Feb 2003
Location: Portland , Oregon
Distribution: Red Hat 8.0
Posts: 91
Original Poster
Rep:
|
That was IT sorry for COMPLEATE the miss under standing !!!! once i read it over I total under stood what you were trying to say. you rock acid.
I figured out that what I did wrong an honest mistake.................. I didnt get the message but now I compleatly understand. Thanks a ton!
----------------------------------------------------------------------------------
the play back is super choppy but I am doing some things to try and make it smoother.
Last edited by subservant; 02-15-2003 at 04:20 PM.
|
|
|
|
02-15-2003, 05:12 PM
|
#8
|
|
Member
Registered: Oct 2002
Distribution: RH 8.0 and fluxbox
Posts: 122
Rep:
|
Gotta turn DMA on on your dvd drive. Man hdparam or search the board.
|
|
|
|
02-15-2003, 05:23 PM
|
#9
|
|
Member
Registered: Feb 2003
Location: Portland , Oregon
Distribution: Red Hat 8.0
Posts: 91
Original Poster
Rep:
|
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:19 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|