LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 05-24-2009, 06:40 AM   #1
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware
Posts: 278

Rep: Reputation: 32
Which program or packages can play .VOB files


Hi,

i have a dvd and i want to watch them. I have gxine, xine and vlc install in my slackware 12.1

In the terminal, i type: vlc <the file with extension.vob>, it prompts:

Code:
VLC media player 0.8.6i Janus
[00000313] dc1394 demuxer error: Bad MRL, please check the option line (MRL was: VTS_01_2.VOB)
[00000317] vcdx access error: fread (): Input/output error
Using Gxine, it prompts:

Code:
(gxine:4750): Gtk-CRITICAL **: gtk_style_detach: assertion `style->attach_count > 0' failed
ioctl(): Input/output error
ERROR: error reading Info sector (150)
xine-lib: error: Read error from::  file:///media/DTS%20/VIDEO_TS/VTS_01_2.VOB
Using xine, it prompts:

Code:
Gtk-CRITICAL **: gtk_style_detach: assertion `style->attach_count > 0' failed
-bash: syntax error near unexpected token `gxine:4750'
chongming@linux:/media/DTS Highlander/VIDEO_TS$ ioctl(): Input/output error
-bash: syntax error near unexpected token `:'
chongming@linux:/media/DTS Highlander/VIDEO_TS$ ERROR: error reading Info sector (150)
-bash: syntax error near unexpected token `('
chongming@linux:/media/DTS Highlander/VIDEO_TS$ xine-lib: error: Read error from::  file:///media/DTS%20/VIDEO_TS/VTS_01_2.VOB
I google online i found that many recommend vlc, gxine or xine to play dvd. However i hit error when i play the dvd.
What packages do you guys recommend in slackware?

Thanks
 
Old 05-24-2009, 06:43 AM   #2
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 13.37 // Desktop: Slackware64 13.37 // Netbook: Slackware 13.37
Posts: 5,478
Blog Entries: 48

Rep: Reputation: 641Reputation: 641Reputation: 641Reputation: 641Reputation: 641Reputation: 641
Have you got libdvdcss, libdvdread, and libdvdnav installed? Not sure, but that might be the answer. There are SlackBuilds for them.
 
Old 05-24-2009, 06:48 AM   #3
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Posts: 11,388
Blog Entries: 2

Rep: Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825
You shouldn't really try to play the vobs straight, just give it:

Code:
xine dvd://
 
Old 05-24-2009, 08:06 AM   #4
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware
Posts: 278

Original Poster
Rep: Reputation: 32
Hi,
the libdvdcss which i found in slackbuilds are for 12.2. mine is 12.1. Is the libdvdcss compatible for slack version 12.1?

And when i use xine dvd://, this is what it prompts:

Quote:
This is xine (X11 gui) - a free video player v0.99.5.
(c) 2000-2007 The xine Team.
libdvdread: Encrypted DVD support unavailable.
libdvdread: Attempting to use device /dev/sda3 mounted on / for CSS authentication
libdvdread: Could not open input: Permission denied
libdvdread: Can't open /dev/sda3 for reading
libdvdread: Device /dev/sda3 inaccessible, CSS authentication not available.
libdvdnavVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnavVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdread: Encrypted DVD support unavailable.
 
Old 05-24-2009, 08:13 AM   #5
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Posts: 11,388
Blog Entries: 2

Rep: Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825
Well, there you go, it gives you the answer 'Encrypted DVD support unavailable.' so you don't have libdvdcss installed. I think the slackbuild should still work, if not just compile it by hand, it's not that hard.
 
Old 05-24-2009, 08:14 AM   #6
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 13.37 // Desktop: Slackware64 13.37 // Netbook: Slackware 13.37
Posts: 5,478
Blog Entries: 48

Rep: Reputation: 641Reputation: 641Reputation: 641Reputation: 641Reputation: 641Reputation: 641
Use the Search option for 12.1 on the SlackBuilds site, you'll find they're all available.
 
Old 05-24-2009, 08:17 AM   #7
contusion
Member
 
Registered: Mar 2005
Posts: 310

Rep: Reputation: 34
Use MPlayer - The Movie Player for Linux
http://www.mplayerhq.hu
 
Old 05-24-2009, 09:15 AM   #8
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware
Posts: 278

Original Poster
Rep: Reputation: 32
Hi,

i hit error when i compile the Slackbuild 12.1 for
Code:
 ./libdvdread.SlackBuild

Code:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.ac:98: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:99: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:100: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1
Any solution to this error?
 
Old 05-24-2009, 09:41 AM   #9
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Posts: 11,388
Blog Entries: 2

Rep: Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825
Look, you need to install libdvdcss, here's the slackbuild for 12.1:
http://slackbuilds.org/repository/12...ies/libdvdcss/
 
Old 05-24-2009, 09:43 AM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,310

Rep: Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353
The errors :

Missing 'libtool'

To be found on install cd1 : slackware/d/

.....

Last edited by knudfl; 05-24-2009 at 09:45 AM.
 
Old 05-24-2009, 10:00 AM   #11
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,035

Rep: Reputation: Disabled
A libdvdcss package for Slackware 12.1 can be downloaded from my repository: http://slackware.org.uk/people/alien...dcss/pkg/12.1/

Eric
 
Old 05-24-2009, 11:56 AM   #12
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware
Posts: 278

Original Poster
Rep: Reputation: 32
Hi, libdvdcss has been installed into my computer successfully, which mean i install libdvdcss first then proceed to libdvdread.

Both of the libraries are downloaded from slackbuild. It is when i use the command
Code:
./libdvdread.SlackBuild
and that when it produces this error:


Code:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.ac:98: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:99: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:100: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1
It is because of the library i download or my system is missing something?

Thanks
 
Old 05-24-2009, 11:59 AM   #13
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,035

Rep: Reputation: Disabled
You do not need anything else than libdvdcss to play encrypted DVD or VOB files. Your xine/mplayer/vlc should at this moment play that file.

The errors you get during compilation, surely indicate that your system is not OK.

Eric
 
Old 05-25-2009, 02:47 AM   #14
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,310

Rep: Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353Reputation: 1353
Please read post # 10 again.

The errors look like : missing 'libtool'
You will need 'libtool', also when "compiling" other Slackbuilds.
 
Old 05-25-2009, 10:32 AM   #15
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware
Posts: 278

Original Poster
Rep: Reputation: 32
Hi Bob,
thanks for your solution and i can view the dvd on vlc and xine. However, i'm not able to hear any sound while the movie is playing even when i max out the volume. What other libraries do i need to install?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compressing VOB files eplanamente Linux - Software 6 01-04-2006 11:15 AM
splitting vob files ssfrstlstnm Linux - Software 2 07-10-2005 03:55 PM
Kaffeine, won't play a DVD but will play individual VOB files? GameGuru Linux - Newbie 12 07-08-2005 12:33 AM
VOB files unplayable bobwall Linux - Software 6 11-28-2004 05:29 AM
play .vob from HardDisk danchiaperini Linux - Software 1 11-15-2004 06:30 PM


All times are GMT -5. The time now is 06:59 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration