LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-01-2006, 08:23 AM   #1
jolphil
Member
 
Registered: May 2002
Location: central florida
Distribution: Linux Mint, ,Mageia,Ubuntu
Posts: 453

Rep: Reputation: 33
dvd players(mandriva2006)


Hi,
I have noticed that after going thru the process of installing the various dvdplayers and associated libs etc, the players such as kaffine ,xine,mplayer,etc all seem to play the video_ts files but will not play the dvd directly .. Is there something I am missing or
has all the software been modified to protect the author/distro against lawsuits? Whats going on..They play fine in windows with menues and chapter selections..These are home videos that I made on this computer not commercial dvd's..
BTW it's not just Mandriva but also SuSe and other distros also..
Let me know what it's all about please..
jolphil
 
Old 03-01-2006, 08:47 AM   #2
bioalchemist
Member
 
Registered: Oct 2005
Distribution: mandriva
Posts: 106

Rep: Reputation: 15
I use Totem, and it plays all DVD's I've tried OK. Menus work and everything. I do not have any homemade ones, though. I've had the worst luck with Kaffeine - it's a resource hog.
 
Old 03-01-2006, 10:25 AM   #3
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
Are you mounting the dvd? If your seeing the video_ts files you certainly are. Try not mounting it open xine then click the dvd button. Haven't used mandriva or mandrake in years but when I did supermount used to cause issues with this try turning it of for that drive.
 
Old 03-01-2006, 02:17 PM   #4
jolphil
Member
 
Registered: May 2002
Location: central florida
Distribution: Linux Mint, ,Mageia,Ubuntu
Posts: 453

Original Poster
Rep: Reputation: 33
hi,
thanks for your suggestions..I have tried both totem and xine and neither can open any dvd...Totem says i need a plugin but does not say which one..Xine says either no source or I do not have the rights..anyother suggestions?
Thanks again for your help..You all know more than I do about this..
jolphil
edit: Oh BTW I have tried both mounting and not, same thing...

Last edited by jolphil; 03-01-2006 at 02:18 PM.
 
Old 03-01-2006, 06:48 PM   #5
bioalchemist
Member
 
Registered: Oct 2005
Distribution: mandriva
Posts: 106

Rep: Reputation: 15
Quote:
Originally Posted by jolphil
hi,
thanks for your suggestions..I have tried both totem and xine and neither can open any dvd...Totem says i need a plugin but does not say which one..Xine says either no source or I do not have the rights..anyother suggestions?
Thanks again for your help..You all know more than I do about this..
jolphil
edit: Oh BTW I have tried both mounting and not, same thing...
Mine is mounted. What I do is open Totem and from the menu tab select "play disc". Then, the disc just opens and starts playing. I remember installing some dvd menu plugins - might try doing a search for that. Been so long since I did this, can't remember details .... sorry.
 
Old 03-01-2006, 10:40 PM   #6
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
check and see if you have libdvdnav installed

If you had a debian based distro such as kanotix(shameless plug) I could tell you where to get what you need since mine works flawlessly but I've forgotten where you can get the rpms for redhat based distros long ago, sorry
 
Old 03-02-2006, 06:59 AM   #7
jolphil
Member
 
Registered: May 2002
Location: central florida
Distribution: Linux Mint, ,Mageia,Ubuntu
Posts: 453

Original Poster
Rep: Reputation: 33
hi again,
I checked and do have libdvdnav4 installed...
jolphil
 
Old 03-02-2006, 09:23 AM   #8
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
These few things are from the xine faq

To get DVD playback working, first make sure you have a symlink /dev/dvd pointing to your DVD device on your system.

To be able to play back encrypted DVDs you need to have libdvdcss (I know you said yours are unencrypted)

Important: do not try to mount the DVD. Just insert it and hit the DVD autoplay button or start xine from the command line.


Thats about all they have to say on the subject.

It's giving you a source device or permissions error but since you can open the dvd I wouldn't think it's permissions. Check that your /dev/dvd link is in place or use the xine control panel to point it to the right place it can be found under the media tab. You have to have the "Configuration experience level" set to at least "Advanced" to be able to even see dvd adjustments.

Hope that is of help.
 
Old 03-02-2006, 05:42 PM   #9
jolphil
Member
 
Registered: May 2002
Location: central florida
Distribution: Linux Mint, ,Mageia,Ubuntu
Posts: 453

Original Poster
Rep: Reputation: 33
hi grym,
It looks abit over my head..From what I can see my dvd device is linked to my player device(hdc)..it says "link" and I assume it's a symlink...
jolphil
BTW thank you very much for your help..It is much appreciated
 
Old 03-02-2006, 06:33 PM   #10
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
use this command

ls -l /dev/dvd

if it's linked correctly this will be the last part of the response

/dev/dvd -> hdc

The info in a ls -l response is read like this from left to right

type -- one letter such as l for link d for directory
owner permissions -- 3 letters or dashes typically
r for read w for write x for execute - in a field means not permitted

group permissions -- 3 letters or dashes same as above

other permissions -- 3 letters or dashes same as above

link count -- one number if there are many directory references to the file this can be a large number (this info is good to know for security reasons)

owner name -- a username such as root

group name -- a group name

filesize -- one number again can be a large number

creation date -- a date

creation time -- a time

file name -- the files name and if it's a link it will be followed by an arrow pointing to the target of the link

enough of the ls -l howto (hehe)

What are the permissions on /dev/dvd ?
 
Old 03-03-2006, 07:50 AM   #11
jolphil
Member
 
Registered: May 2002
Location: central florida
Distribution: Linux Mint, ,Mageia,Ubuntu
Posts: 453

Original Poster
Rep: Reputation: 33
Hi,
The permissions are as follows from ls -l /dev/dvd
lrwxrwxrwx 1 root root 3 Mar 3 07:45 /dev/dvd -> hdc

To my un-trained eye everything looks OK read,write,exec three times..
jolphil
 
Old 03-03-2006, 09:56 AM   #12
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
permissions for that are ok

look at the permissions for /dev/hdc. it should be something like --

brw-rw---- 1 root cdrom 22, 0 Mar 2 09:20 /dev/hdc

if that's ok then in a terminal run --

$ xine dvd:/

the output from that may get us somewhere
 
Old 03-03-2006, 03:22 PM   #13
jolphil
Member
 
Registered: May 2002
Location: central florida
Distribution: Linux Mint, ,Mageia,Ubuntu
Posts: 453

Original Poster
Rep: Reputation: 33
hi grym,
First i want to thank you for hanging in here..I really appreciate the help..Heck even if we don't get it I am learning from you...
Here are the results...

brw-rw---- 1 myusername cdrom 22, 0 Mar 3 16:11 /dev/hdc
[myusername@localhost ~]$ xine dvd:/
This is xine (X11 gui) - a free video player v0.99.4.
(c) 2000-2004 The xine Team.
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdnavVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnavVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdnavVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnavVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
[myusername@localhost ~]$

jolphil

edit: I am not sure what those icons are doing in the above message..I did not put them there?

Last edited by jolphil; 03-03-2006 at 03:25 PM.
 
Old 03-03-2006, 06:34 PM   #14
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
Here is what I get.

$ xine dvd:/
This is xine (X11 gui) - a free video player v0.99.3.
(c) 2000-2004 The xine Team.
libdvdread: Using libdvdcss version 1.2.9 for DVD access

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x0000013f
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x0000025b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00000361
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x000003a5
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x0001652c
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x002fb352
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x002fce3c
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x00396f8b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x003b70dd
libdvdread: Elapsed time 1
libdvdread: Found 6 VTS's
libdvdread: Elapsed time 2

See the difference?
Mine is finding the dvd filesystem whereas yours is searching for it but not finding it. Let's have a look at your /etc/fstab entry for the dvd drive. As for the faces that's because what your pasting has a colon then a capital D, so it replaces them.
 
Old 03-03-2006, 11:19 PM   #15
grym
Member
 
Registered: Jun 2003
Location: Texas
Distribution: Gentoo/Slackware/Debian/Mandrake
Posts: 285

Rep: Reputation: 30
You can see above we're loading the same libs. Two possible issues could be your /etc/fstab entry for the drive mine looks like this --

/dev/hdc /media/dvd udf,iso9660 user,noauto 0 0

note the udf in the file system type. Another possibility is you don't have the udf module loaded. To find out do a lsmod and look for udf. You'll notice your errors all refer to udf.
 
  


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
dvd players everyonebleeds Linux - Software 1 02-26-2006 03:34 PM
new DVD players for linux Lasker Linux - Software 2 05-08-2005 02:21 PM
What do you use/are your favorite dvd players? Nikon01 Slackware 5 09-26-2004 08:11 PM
DVD Players not working hopmedic Linux - Software 4 12-24-2003 03:15 PM
DVD players? ShadowGod Linux - Software 7 01-08-2003 08:31 AM

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

All times are GMT -5. The time now is 03:24 AM.

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