Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't play dvd with new vlc
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
queen
Veteran
Veteran


Joined: 19 Jul 2005
Posts: 1642

PostPosted: Wed Nov 19, 2008 9:17 pm    Post subject: can't play dvd with new vlc Reply with quote

I am trying to play a dvd with the new version of vlc. 0.9.6

It plays fine with mplayer
Code:
 mlayer /dev/dvd


The error with vlc is :
Code:
vlc /dev/dvd
VLC media player 0.9.6 Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.6 Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure  '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--enable-a52' '--disable-aa' '--enable-faad' '--enable-alsa' '--disable-altivec' '--enable-arts' '--disable-asademux' '--disable-atmo' '--disable-bonjour' '--enable-fribidi' '--enable-cdda' '--enable-cddax' '--disable-libcddb' '--enable-libcdio' '--disable-csri' '--disable-dbus' '--disable-dbus-control' '--disable-dirac' '--disable-directfb' '--disable-dc1394' '--disable-debug' '--enable-dca' '--disable-dv' '--disable-dvb' '--enable-dvdread' '--enable-dvdnav' '--disable-esd' '--disable-fb' '--enable-avcodec' '--enable-avformat' '--disable-swscale' '--enable-imgresample' '--enable-postproc' '--enable-flac' '--disable-fluidsynth' '--disable-fontconfig' '--disable-ggi' '--enable-gnomevfs' '--enable-gnutls' '--disable-hal' '--enable-httpd' '--disable-id3tag' '--disable-jack' '--disable-kate' '--disable-libass' '--disable-caca' '--enable-libgcrypt' '--disable-notify' '--disable-libproxy' '--disable-libtar' '--disable-libv4l2' '--enable-lirc' '--enable-live555' '--enable-lua' '--enable-mkv' '--enable-mmx' '--disable-mod' '--enable-mad' '--enable-libmpeg2' '--disable-mpc' '--enable-ncurses' '--disable-mozilla' '--with-mozilla-pkg=' '--enable-ogg' '--enable-glx' '--enable-opengl' '--enable-galaktos' '--disable-optimize-memory' '--enable-oss' '--enable-png' '--disable-portaudio' '--disable-pulse' '--disable-pvr' '--enable-qt4' '--enable-realrtsp' '--disable-smb' '--disable-schroedinger' '--disable-sdl' '--disable-sdl-image' '--disable-shout' '--enable-speex' '--enable-sse' '--disable-svg' '--enable-svgalib' '--disable-taglib' '--enable-theora' '--enable-freetype' '--disable-twolame' '--disable-upnp' '--enable-v4l' '--disable-v4l2' '--enable-vcd' '--disable-vcdinfo' '--disable-vcdx' '--enable-vorbis' '--enable-loader' '--enable-x11' '--enable-screen' '--disable-x264' '--disable-xinerama' '--disable-libxml2' '--disable-xosd' '--enable-xvideo' '--disable-xvmc' '--disable-zvbi' '--disable-snapshot' '--disable-growl' '--disable-optimizations' '--enable-fast-install' '--enable-vlm' '--enable-sout' '--disable-skins2' '--disable-remoteosd' '--build=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-march=pentium-m -O2 -fomit-frame-pointer -ftracer -msse -msse2 -mmmx -pipe' 'LDFLAGS=-Wl,-O1' 'CPPFLAGS=' 'CXXFLAGS=-march=pentium-m -O2 -fomit-frame-pointer -ftracer -msse -msse2 -mmmx -pipe' 'PKG_CONFIG_PATH=/usr/qt/3/lib/pkgconfig'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdnav: DVD Title: UNTITLED1_SCN
libdvdnav: DVD Serial Number: 2c5a3dbc
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/queen/.dvdnav/UNTITLED1_SCN.map'
libdvdnav: DVD disk reports itself with Region mask 0x00400000. Regions: 1 2 3 4 5 6 8
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.

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

libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00000144
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS's
libdvdread: Elapsed time 0
libdvdread: Can't seek to block 1158690


Any ideas how to solve it?
Back to top
View user's profile Send private message
paulbiz
Guru
Guru


Joined: 01 Feb 2004
Posts: 508
Location: St. Louis, Missouri, USA

PostPosted: Wed Nov 19, 2008 9:38 pm    Post subject: Reply with quote

I wonder if it is some kind of copyprotection that mplayer can deal with and vlc does not? I've read about invalid structure etc... the seek error is weird, it is trying to read somewhere that doesn't exist. that's why i thought about that. otherwise I have no idea :)
Back to top
View user's profile Send private message
queen
Veteran
Veteran


Joined: 19 Jul 2005
Posts: 1642

PostPosted: Wed Nov 19, 2008 11:05 pm    Post subject: Reply with quote

paulbiz wrote:
I wonder if it is some kind of copyprotection that mplayer can deal with and vlc does not? I've read about invalid structure etc... the seek error is weird, it is trying to read somewhere that doesn't exist. that's why i thought about that. otherwise I have no idea :)


I had an error in the begining with copyright. I just ignored it. It requested some connection to internet, download something. Didn't want to bother with it.

But 2nd time when I tried to play it, I didn't receive the copyright error, but it didn't play.

Now I tried once again. It shows some things by using vlc /dev/dvd but still doesn't play the movie. Here is the error now:
Code:

vlc /dev/dvd
VLC media player 0.9.6 Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.6 Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure  '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--enable-a52' '--disable-aa' '--enable-faad' '--enable-alsa' '--disable-altivec' '--enable-arts' '--disable-asademux' '--disable-atmo' '--disable-bonjour' '--enable-fribidi' '--enable-cdda' '--enable-cddax' '--disable-libcddb' '--enable-libcdio' '--disable-csri' '--disable-dbus' '--disable-dbus-control' '--disable-dirac' '--disable-directfb' '--disable-dc1394' '--disable-debug' '--enable-dca' '--disable-dv' '--disable-dvb' '--enable-dvdread' '--enable-dvdnav' '--disable-esd' '--disable-fb' '--enable-avcodec' '--enable-avformat' '--disable-swscale' '--enable-imgresample' '--enable-postproc' '--enable-flac' '--disable-fluidsynth' '--disable-fontconfig' '--disable-ggi' '--enable-gnomevfs' '--enable-gnutls' '--disable-hal' '--enable-httpd' '--disable-id3tag' '--disable-jack' '--disable-kate' '--disable-libass' '--disable-caca' '--enable-libgcrypt' '--disable-notify' '--disable-libproxy' '--disable-libtar' '--disable-libv4l2' '--enable-lirc' '--enable-live555' '--enable-lua' '--enable-mkv' '--enable-mmx' '--disable-mod' '--enable-mad' '--enable-libmpeg2' '--disable-mpc' '--enable-ncurses' '--disable-mozilla' '--with-mozilla-pkg=' '--enable-ogg' '--enable-glx' '--enable-opengl' '--enable-galaktos' '--disable-optimize-memory' '--enable-oss' '--enable-png' '--disable-portaudio' '--disable-pulse' '--disable-pvr' '--enable-qt4' '--enable-realrtsp' '--disable-smb' '--disable-schroedinger' '--disable-sdl' '--disable-sdl-image' '--disable-shout' '--enable-speex' '--enable-sse' '--disable-svg' '--enable-svgalib' '--disable-taglib' '--enable-theora' '--enable-freetype' '--disable-twolame' '--disable-upnp' '--enable-v4l' '--disable-v4l2' '--enable-vcd' '--disable-vcdinfo' '--disable-vcdx' '--enable-vorbis' '--enable-loader' '--enable-x11' '--enable-screen' '--disable-x264' '--disable-xinerama' '--disable-libxml2' '--disable-xosd' '--enable-xvideo' '--disable-xvmc' '--disable-zvbi' '--disable-snapshot' '--disable-growl' '--disable-optimizations' '--enable-fast-install' '--enable-vlm' '--enable-sout' '--disable-skins2' '--disable-remoteosd' '--build=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-march=pentium-m -O2 -fomit-frame-pointer -ftracer -msse -msse2 -mmmx -pipe' 'LDFLAGS=-Wl,-O1' 'CPPFLAGS=' 'CXXFLAGS=-march=pentium-m -O2 -fomit-frame-pointer -ftracer -msse -msse2 -mmmx -pipe' 'PKG_CONFIG_PATH=/usr/qt/3/lib/pkgconfig'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdnav: DVD Title: UNTITLED1_SCN
libdvdnav: DVD Serial Number: 2c5a3dbc
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/carin/.dvdnav/UNTITLED1_SCN.map'
libdvdnav: DVD disk reports itself with Region mask 0x00400000. Regions: 1 2 3 4 5 6 8
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.

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

libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00000144
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS's
libdvdread: Elapsed time 0
[00000431] main window error: no vout window module matched "any"
[00000432] a52 decoder: A/52 channels:5 samplerate:48000 bitrate:448000
No accelerated IMDCT transform found
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
[00000427] main decoder error: decoder is leaking pictures, resetting the heap
[00000428] main video output error: picture to date 0x829e17c has invalid status 6
[00000428] main video output error: picture to display 0x829e17c has invalid status 6
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdnav: DVD Title: UNTITLED1_SCN
libdvdnav: DVD Serial Number: 2c5a3dbc
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/carin/.dvdnav/UNTITLED1_SCN.map'
libdvdnav: DVD disk reports itself with Region mask 0x00400000. Regions: 1 2 3 4 5 6 8
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.

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

libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00000144
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS's
libdvdread: Elapsed time 0
[00000456] main window error: no vout window module matched "any"
[00000457] a52 decoder: A/52 channels:5 samplerate:48000 bitrate:448000
No accelerated IMDCT transform found
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
[00000453] main decoder error: decoder is leaking pictures, resetting the heap
[00000454] main video output error: picture to date 0x8390a44 has invalid status 6
[00000454] main video output error: picture to display 0x8390a44 has invalid status 6
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdnav: DVD Title: UNTITLED1_SCN
libdvdnav: DVD Serial Number: 2c5a3dbc
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/carin/.dvdnav/UNTITLED1_SCN.map'
libdvdnav: DVD disk reports itself with Region mask 0x00400000. Regions: 1 2 3 4 5 6 8
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: Language 'en' not found, using 'ja' instead
libdvdnav: Menu Languages available: ja
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.

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

libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00000144
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS's
libdvdread: Elapsed time 0
[00000470] main window error: no vout window module matched "any"
[00000471] a52 decoder: A/52 channels:5 samplerate:48000 bitrate:448000
No accelerated IMDCT transform found
libdvdnav: RANDOM or SHUFFLE titles are NOT handled yet.
[00000467] main decoder error: decoder is leaking pictures, resetting the heap
[00000468] main video output error: picture to date 0x836a534 has invalid status 6
[00000468] main video output error: picture to display 0x836a534 has invalid status 6
[00000485] main window error: no vout window module matched "any"
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Sun Jan 11, 2009 4:01 pm    Post subject: Reply with quote

Check this thread.

https://forums.gentoo.org/viewtopic-t-725696-highlight-.html

It's a similar problem that someone else had with xine. My theory is that xine-lib works ok if libdvdread is not in your system. It reverts to an internal branch of that same package, instead of using the system-wide copy. That seems to work for the person in the other thread. Basically, you have to emerge -C libdvdread, then recompile xine-lib (make sure that libdvdread is not pushed again into your system).

It seems to work for xine-lib, though I haven't done any extensive testing and I am not interested in doing so either. I have no idea how vlc works so I can't be sure if this will work the same with vlc. But you might want to look into it just in case.
Back to top
View user's profile Send private message
queen
Veteran
Veteran


Joined: 19 Jul 2005
Posts: 1642

PostPosted: Sun Jan 11, 2009 9:01 pm    Post subject: Reply with quote

i92guboj wrote:
Check this thread.

https://forums.gentoo.org/viewtopic-t-725696-highlight-.html

It's a similar problem that someone else had with xine. My theory is that xine-lib works ok if libdvdread is not in your system. It reverts to an internal branch of that same package, instead of using the system-wide copy. That seems to work for the person in the other thread. Basically, you have to emerge -C libdvdread, then recompile xine-lib (make sure that libdvdread is not pushed again into your system).

It seems to work for xine-lib, though I haven't done any extensive testing and I am not interested in doing so either. I have no idea how vlc works so I can't be sure if this will work the same with vlc. But you might want to look into it just in case.


Thanks. Will definitely try it. I have right now other problems to resolve, but as soon as I get some time, will check it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum