Page 1 of 1

VLC 1.1.4 doesn't play dvd menus [Solved]

Posted: 9. Sep 2010, 01:27
by Antid Oto
The new version of VLC doesn't play DVD menus. Perhaps it has been compiled to disable this option? In the previous version (1.0.5), the option to work properly. Thanks for any way to fix this problem. Regards.

Re: VLC 1.1.4 doesn't play dvd menus

Posted: 9. Sep 2010, 12:46
by gapan
Yes, you're right. Apparently it doesn't.

Re: VLC 1.1.4 doesn't play dvd menus

Posted: 9. Sep 2010, 15:42
by thenktor
Only issue I can see in the build.log is: checking for dvdnav_get_video_resolution in -ldvdnav... no

But everything else seems to be ok:
-rwxr-xr-x 1 root root 1118 2010-09-07 22:15 libdvdnav_plugin.la
-rwxr-xr-x 1 root root 50264 2010-09-07 22:17 libdvdnav_plugin.so
-rwxr-xr-x 1 root root 1091 2010-09-07 22:15 libdvdread_plugin.la
-rwxr-xr-x 1 root root 27168 2010-09-07 22:17 libdvdread_plugin.so
-rw-r--r-- 1 root root 227 2010-09-07 22:17 vlc-opendvd.desktop

usr/lib64/vlc/plugins/access/libdvdnav_plugin.la
usr/lib64/vlc/plugins/access/libdvdread_plugin.so
usr/lib64/vlc/plugins/access/libdvdread_plugin.la
usr/lib64/vlc/plugins/access/libdvdnav_plugin.so

Re: VLC 1.1.4 doesn't play dvd menus

Posted: 9. Sep 2010, 20:53
by Antid Oto
usr/lib64/vlc/plugins/access/libdvdnav_plugin.la
usr/lib64/vlc/plugins/access/libdvdread_plugin.so
usr/lib64/vlc/plugins/access/libdvdread_plugin.la
usr/lib64/vlc/plugins/access/libdvdnav_plugin.so
Hi thenktor. It's weird. I have also the same files (in a 32bit installation of Salix), however, your package doesn't support dvdnav. Vlcrc file states that it's working with dvdread instead dvdnav (And I don't chose that option in VLC):

Code: Select all

[dvdread] # DVDRead Input (no menu support)

# DVD angle (integer)
#dvdread-angle=1

# Caching value in ms (integer)
#dvdread-caching=300
Can you try to upload a fixed package? Thank you.

PD: I tried SMPlayer, and works well, but I like VLC ;)

Re: VLC 1.1.4 doesn't play dvd menus

Posted: 9. Sep 2010, 22:06
by thenktor
I guess this is an upstream bug.

Re: VLC 1.1.4 doesn't play dvd menus

Posted: 9. Sep 2010, 22:31
by Antid Oto
OK. But I like to try. I'd like to have your previous package of VLC (1.0.5), which worked pretty well for me. Is there any way to recover it? or at least get the SlackBuild you used for 1.1.4. Thanks.

EDIT: Don't worry. I found a package that works fine from Alien's BOB repository (VLC 1.1.3). I'll use it while the problem is fixed in the salix package. Thank you very much. Regards.

Re: VLC 1.1.4 doesn't play dvd menus

Posted: 10. Sep 2010, 05:51
by thenktor
I'm building a 1.1.3 package right now (x86_64) to check if this version works. Will be online for testing in about an hour (cannot test it myself because I'm at work when the build finishes... :mrgreen: )

EDIT: Package is here: http://thenktor.dyndns.org/download/

Re: VLC 1.1.4 doesn't play dvd menus

Posted: 10. Sep 2010, 19:17
by thenktor
Updated package in the repo. Hope this one works. I've removed libdvdread support.

Re: VLC 1.1.4 doesn't play dvd menus

Posted: 10. Sep 2010, 20:26
by Antid Oto
Yeah! Your new package works fine. Thanks a lot. Greetings.

Re: VLC 1.1.4 doesn't play dvd menus [Solved]

Posted: 11. Sep 2010, 02:15
by thenktor
Thanks for the bug report ;)