Discussion:
[Bruno Beaufils <bruno.beaufils@lifl.fr>] Problems reading DVD video with vlc
System administration
2006-04-20 17:17:11 UTC
Permalink
----- Forwarded message from Bruno Beaufils <***@lifl.fr> -----

From: Bruno Beaufils <***@lifl.fr>
Date: Thu, 20 Apr 2006 04:34:47 +0200
To: debian-***@lists.debian.org
Cc: ***@videolan.org
Subject: Problems reading DVD video with vlc
User-Agent: Mutt/1.5.11+cvs20060126
X-Spam-Status: No, score=1.0 required=5.0 tests=PORN_10,UPPERCASE_50_75
autolearn=no version=3.0.3

The deleted attachment is at:
<http://www.videolan.org/~admin/20060420-videolan/pj>

Hi all,

I was able to read DVD video on my Debian sid ppc box. Since some time I am
completely unable to do it (even with the same DVD I was able to read).

I must have changed something but am not able to find what.

Here what happens when I try to read one of my DVD :

------------------------------------------------------------------------------
$ vlc /dev/dvd
VLC media player 0.8.4 Janus
libdvdnav: Using dvdnav version 0.1.9 from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdnav: DVD Title: Les Snobs
libdvdnav: DVD Serial Number: 31766053
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/usr/local/home/bruno/.dvdnav/Les Snobs.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fd0000. Regions: 2

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 0x00000136
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00001988
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_0.VOB (0x00001988)
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0000198d
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x000019a4
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_0.VOB (0x000019a4)
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x000019a9
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x000019be
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_1.VOB (0x000019be)!!
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x00010d57
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x00010d5c
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_04_1.VOB (0x00010d5c)!!
libdvdread: Elapsed time 1
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x0005316f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x00071f34
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_05_1.VOB (0x00071f34)!!
libdvdread: Elapsed time 0
libdvdread: Found 5 VTS's
libdvdread: Elapsed time 2
libdvdnav: Language 'en' not found, using 'fr' instead
libdvdnav: Menu Languages available: fr
*** Zero check failed in ifo_read.c:926
for vts_ptt_srpt->zero_1 = 0x3f18

*** libdvdread: CHECK_VALUE failed in ifo_read.c:928 ***
*** for vts_ptt_srpt->nr_of_srpts < 100 ***


*** libdvdread: CHECK_VALUE failed in ifo_read.c:974 ***
*** for n % 4 == 0 ***

libdvdnav: ifoRead_VTS_PTT_SRPT failed - CRASHING!!!
vlc: vm.c:203: ifoOpenNewVTSI: Assertion `0' failed.
Aborted
------------------------------------------------------------------------------

During this time I get a lot of messages in the logs (hdc is the DVD drive on
my Powerbook Aluminium) :

------------------------------------------------------------------------------
$ dmesg | tail -10
[ 367.980343] ide: failed opcode was: unknown
[ 367.980347] end_request: I/O error, dev hdc, sector 26548
[ 367.984978] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
[ 367.984987] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[ 367.984992] ide: failed opcode was: unknown
[ 367.984998] end_request: I/O error, dev hdc, sector 26552
[ 367.989602] hdc: command error: status=0x51 { DriveReady SeekComplete Error }
[ 367.989609] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[ 367.989614] ide: failed opcode was: unknown
[ 367.989618] end_request: I/O error, dev hdc, sector 26556
$
------------------------------------------------------------------------------

I am almost sure the problem does not come from hardware since when I boot my
box under OSX then I am able to read the DVD (even with VLC I think).

Here are the package I use :

------------------------------------------------------------------------------
$ dpkg --list libdvdcss2 libdvdread3 vlc | tail -3
ii libdvdcss2 1.2.8-1 portable abstraction library for DVD decryption
ii libdvdread3 0.9.4-5.1 Simple foundation for reading DVDs
ii vlc 0.8.4.debian-2+b1 multimedia player for all audio and video formats
$
------------------------------------------------------------------------------

I use package directly from videolan repository :

------------------------------------------------------------------------------
$ cat /etc/apt/sources.list
# paquets locaux
deb file:/usr/local/bbb/archives/linux/ debs/

# archives debian unstable
deb http://ftp2.fr.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ sid main contrib non-free

# DVD decryption
deb http://download.videolan.org/pub/videolan/debian/ sid main
deb-src http://download.videolan.org/pub/videolan/debian/ sid main
$
------------------------------------------------------------------------------

I am almost desesperate, so any help would be greatly appreciate.

I attach my kernel config file to this mail.
--
Bruno Beaufils



----- End forwarded message -----
--
System administration <***@via.ecp.fr>
VIA, École Centrale Paris, France
--
This is the libdvdcss-devel mailing-list, see http://developers.videolan.org/
To unsubscribe, go to: http://developers.videolan.org/lists.html
Loading...