LinuxQuestions.org
Help answer threads with 0 replies.
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-19-2004, 04:12 PM   #1
Adrohak
Member
 
Registered: Jun 2004
Location: Florida
Distribution: Gentoo
Posts: 148

Rep: Reputation: 15
Brand New DVD Error (I cannot get Xine to play DVDs)


I've yet to be able to watch DVDs in Linux. I have a DVD drive that can read the DVDs.

When I try playing the DVD in Mplayer, I get nothing.
Code:
Playing dvd://1.
Reading disc structure, please wait...
There are 5 titles on this DVD.
There are 34 chapters in this DVD title.
There are 1 angles in this DVD title.
libdvdread: Invalid title IFO (VTS_01_0.IFO).
Cannot open the IFO file for DVD title 1.

Exiting... (End of file)
When I tried in Xine, I used to get something similar. However, now, when I try to watch my DVDs (I'm testing this with American History X), I get to see the opening sequence; i.e., the "New Line Home Entertainment" message. This gets printed to the term:
Code:
libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x0000013a
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x000028a0
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_0.VOB (0x000028a0)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00004eb2
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_1.VOB (0x00004eb2)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x002fc78b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x002fc78f
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_1.VOB (0x002fc78f)!!
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x0031366a
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_0.VOB (0x0031366a)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0031366e
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_1.VOB (0x0031366e)!!
libdvdread: Elapsed time 0
libdvdread: Found 3 VTS's
libdvdread: Elapsed time 1
libdvdnav: ifoRead_TITLE_VOBU_ADMAP vtsi failed - CRASHING
And I get graphical error message: "The source can't be read. Maybe you don't have enough rights for this, or source doesn't contain data (e.g.: not disc in drive). (Error reading NAV packet.)"

In order to rule out the 'rights' option, I tried playing the DVD as root; I got the same results.

If any of you could help me watch DVDs under Linux, I would greatly, greatly appreciate it.

Last edited by Adrohak; 11-19-2004 at 10:12 PM.
 
Old 11-19-2004, 04:58 PM   #2
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Rep: Reputation: 31
compile and install libdvdcss, and you should be fine.Xine is unable to read encrptyed DVD's by default, due to licensing issues, but installing the de-css library will take care of that .

-myk
 
Old 11-19-2004, 05:06 PM   #3
windowsrefugeeX
Member
 
Registered: Apr 2004
Posts: 272

Rep: Reputation: 30
do u have the latest version of xine n its dependencies? new movies have different encryption
 
Old 11-19-2004, 09:53 PM   #4
Adrohak
Member
 
Registered: Jun 2004
Location: Florida
Distribution: Gentoo
Posts: 148

Original Poster
Rep: Reputation: 15
I downloaded and compiled from source libdvdcss 1.2.8 and xine-lib-1-rc7 and the DVD still didn't get past the 'opening' video. I then downloaded and compiled from source libdvdread 0.9.4; no success after that, either. One thing I noticed with libdvdread was that the Freshmeat page for it says the package has not been updated in over three years; if new DVDs have new encryption methods, how can a program that hasn't been updated in over three years crack them? I couldn't find a newer version that 0.9.4, though.

Also, on my Matrix Revolutions DVD, Xine can't even play the opening.

Edit: Mplayer still doesn't even play the opening video on any of my DVDs, by the way.

Last edited by Adrohak; 11-19-2004 at 10:01 PM.
 
Old 11-19-2004, 10:18 PM   #5
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Rep: Reputation: 31
regarding the supposed new encryption, is this true? How do older home dvd players play dvd's if a new decrytion method is needed? I can read the newest Matrix without any problem, as well as Shrek 2, and several other new movies.

maybe one of these will help:

http://www.linux.com/article.pl?sid=04/08/26/1247243

http://www.google.com/search?hl=en&q...ckware&spell=1

-myk
 
Old 11-19-2004, 11:26 PM   #6
Adrohak
Member
 
Registered: Jun 2004
Location: Florida
Distribution: Gentoo
Posts: 148

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by mykrob
regarding the supposed new encryption, is this true? How do older home dvd players play dvd's if a new decrytion method is needed? I can read the newest Matrix without any problem, as well as Shrek 2, and several other new movies.

maybe one of these will help:

http://www.linux.com/article.pl?sid=04/08/26/1247243

http://www.google.com/search?hl=en&q...ckware&spell=1

-myk
Thanks for your help, but it's still not working for me. I followed the Linux.com guide fully and get the same error I did before. I read through the majority of the hits on Google for the first five or so pages of the search (until the results began losing relevancy).. I was led to load the udf module and that didn't fix the problem either. :\

Last edited by Adrohak; 11-20-2004 at 06:47 AM.
 
Old 11-20-2004, 07:04 AM   #7
Kropotkin
Member
 
Registered: Oct 2004
Location: /usr/home
Distribution: Mint, Ubuntu server, FreeBSD, Android
Posts: 362

Rep: Reputation: 32
looks like your setup can't unencrypt the DVD. Does this happen with all DVDs?
 
Old 11-20-2004, 07:26 AM   #8
Adrohak
Member
 
Registered: Jun 2004
Location: Florida
Distribution: Gentoo
Posts: 148

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Kropotkin
looks like your setup can't unencrypt the DVD. Does this happen with all DVDs?
It does happen with all DVDs, and I would agree that my setup can't decrypt DVDs if I hadn't been able to access the opening sequence of American History X.
 
Old 11-20-2004, 07:38 AM   #9
Adrohak
Member
 
Registered: Jun 2004
Location: Florida
Distribution: Gentoo
Posts: 148

Original Poster
Rep: Reputation: 15
If it's any help, I decided to tail -f my syslog as I attempt to play a DVD with xine. This is the output:
Code:
Nov 20 08:32:49 slackbox kernel:  I/O error: dev 0b:00, sector 12900792
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 41600
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 41600
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 80584
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 80584
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 12525096
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 12525096
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 12525120
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 12525112
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 12525112
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 12900776
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 12900776
Nov 20 08:33:27 slackbox kernel:  I/O error: dev 0b:00, sector 12900792
When I attempt to play a DVD with mplayer:
Code:
Nov 20 08:34:37 slackbox kernel:  I/O error: dev 0b:00, sector 41568
Don't know if that helps any of you diagnose the problem... Sure doesn't do anything for me. :\
 
Old 11-20-2004, 10:12 AM   #10
theuhstuf
LQ Newbie
 
Registered: Nov 2004
Posts: 1

Rep: Reputation: 0
WOOHOA

I have that same f'ing problem!!! i'm SICK OF LINUX!!!


i needs help
 
Old 11-20-2004, 10:25 AM   #11
Adrohak
Member
 
Registered: Jun 2004
Location: Florida
Distribution: Gentoo
Posts: 148

Original Poster
Rep: Reputation: 15
I saw in another thread dealing with DVDs that xine can be used with the --verbose argument to make the output, well, more verbose.

Here's the output of 'xine --verbose' after I click "DVD":
Code:
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdcss debug: opening target `/dev/dvd'
libdvdcss debug: using libc for access
libdvdcss error: css error: ioctl_ReadCopyright failed, make sure there is a DVD in the drive, and that you have used the correct device node.
libdvdcss debug: could not check whether the disc was scrambled
libdvdcss debug: using CSS key cache dir: /home/cowboy/.dvdcss//AHX#2002050317000900/
libdvdcss error: failed opening raw device, continuing

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 0x0000013a
libdvdcss debug: key found in cache
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x000028a0
libdvdcss debug: cracking title key
libdvdcss error: read error
libdvdcss debug: read error, resorting to secret arcanes to recover
libdvdcss debug: opening target `/dev/dvd'
libdvdcss debug: using libc for access
libdvdcss error: read error
libdvdcss debug: end of title reached
libdvdcss debug: 0 of 0 attempts successful, 0 of 0 blocks scrambled
libdvdcss debug: title key is 00:00:00:00:00
libdvdcss error: fatal error in vts css key
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_0.VOB (0x000028a0)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00004eb2
libdvdcss debug: cracking title key
libdvdcss error: read error
libdvdcss debug: read error, resorting to secret arcanes to recover
libdvdcss debug: opening target `/dev/dvd'
libdvdcss debug: using libc for access
libdvdcss error: read error
libdvdcss debug: end of title reached
libdvdcss debug: 0 of 0 attempts successful, 0 of 0 blocks scrambled
libdvdcss debug: title key is 00:00:00:00:00
libdvdcss error: fatal error in vts css key
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_1.VOB (0x00004eb2)!!
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x002fc78b
libdvdcss debug: cracking title key
libdvdcss error: read error
libdvdcss debug: read error, resorting to secret arcanes to recover
libdvdcss debug: opening target `/dev/dvd'
libdvdcss debug: using libc for access
libdvdcss error: read error
libdvdcss debug: end of title reached
libdvdcss debug: 0 of 0 attempts successful, 0 of 0 blocks scrambled
libdvdcss debug: title key is 00:00:00:00:00
libdvdcss error: fatal error in vts css key
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_0.VOB (0x002fc78b)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x002fc78f
libdvdcss debug: cracking title key
libdvdcss error: read error
libdvdcss debug: read error, resorting to secret arcanes to recover
libdvdcss debug: opening target `/dev/dvd'
libdvdcss debug: using libc for access
libdvdcss error: read error
libdvdcss debug: end of title reached
libdvdcss debug: 0 of 0 attempts successful, 0 of 0 blocks scrambled
libdvdcss debug: title key is 00:00:00:00:00
libdvdcss error: fatal error in vts css key
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_1.VOB (0x002fc78f)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x0031366a
libdvdcss debug: cracking title key
libdvdcss error: read error
libdvdcss debug: read error, resorting to secret arcanes to recover
libdvdcss debug: opening target `/dev/dvd'
libdvdcss debug: using libc for access
libdvdcss error: read error
libdvdcss debug: end of title reached
libdvdcss debug: 0 of 0 attempts successful, 0 of 0 blocks scrambled
libdvdcss debug: title key is 00:00:00:00:00
libdvdcss error: fatal error in vts css key
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_0.VOB (0x0031366a)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0031366e
libdvdcss debug: cracking title key
libdvdcss error: read error
libdvdcss debug: read error, resorting to secret arcanes to recover
libdvdcss debug: opening target `/dev/dvd'
libdvdcss debug: using libc for access
libdvdcss error: read error
libdvdcss debug: end of title reached
libdvdcss debug: 0 of 0 attempts successful, 0 of 0 blocks scrambled
libdvdcss debug: title key is 00:00:00:00:00
libdvdcss error: fatal error in vts css key
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_1.VOB (0x0031366e)!!
libdvdread: Elapsed time 0
libdvdread: Found 3 VTS's
libdvdread: Elapsed time 1
Looks like "libdvdcss error: css error: ioctl_ReadCopyright failed, make sure there is a DVD in the drive, and that you have used the correct device node." may be my problem.

What would cause libdvdcss to error out like that?

Footnote: I had the same errors as root, so this is not a permission problem.
 
Old 11-20-2004, 03:53 PM   #12
Adrohak
Member
 
Registered: Jun 2004
Location: Florida
Distribution: Gentoo
Posts: 148

Original Poster
Rep: Reputation: 15
No ideas?
 
Old 11-20-2004, 03:58 PM   #13
54az
LQ Newbie
 
Registered: Feb 2004
Distribution: suse 9.0 pro
Posts: 19

Rep: Reputation: 0
I`ve just tried to install mplayer from the link and got this msg:
make -C libavcodec all
make[1]: Entering directory `/home/nige/downloaded/ffmpeg-0.4.9-pre1/libavcodec'
gcc -O3 -g -Wall -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o ffv1.o ffv1.c
ffv1.c: In function `encode_rgb_frame':
ffv1.c:465: internal compiler error: in find_function_data, at function.c:319
Please submit a full bug report

can anyone help plz.
 
Old 11-20-2004, 05:29 PM   #14
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
i am not sure this is really going to help, but if you are willing to give it a try i know this works and works well with all kinds of DVDs both old and new:

http://www.sunstatemartialarts.com/debian_media.html

this is a walk though on how to install and configure a Debian Sarge distro to be a media box. this setup goes all the way to include setting up the s-video on an Nvidia card along with setting up the desktop manager (KDE in this case) the media player (Kaffeine) how to configure the codec, everything.

as for your errors, if you have the libdvdcss(or libdvdcss2 depending on your distro) and the win32 codec pack i have no other solution then to ask you to read the above link and see if that might help a bit.

best of luck.
 
Old 11-20-2004, 05:43 PM   #15
54az
LQ Newbie
 
Registered: Feb 2004
Distribution: suse 9.0 pro
Posts: 19

Rep: Reputation: 0
No i can`t get it to work i`m using suse 9.0 pro and really struggling
 
  


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
how do i get xine (kaffeine) to play dvds? ojasom SUSE / openSUSE 9 10-27-2004 10:32 PM
Xine wont play DVDs madmax04 Fedora 4 10-02-2004 08:35 PM
Does Xine play DVDs? chasn Linux - Software 10 04-21-2004 01:18 PM
CAN'T PLAY ENCRYPTED DVDs ON XINE krissly1 Linux - Software 3 11-22-2003 10:44 PM
Xine Error will not play DVD luegner Linux - Software 7 08-28-2003 04:30 PM

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

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