LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-30-2009, 11:17 AM   #1
aquielisunari
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Rep: Reputation: 0
Why does my VLC Player 1.0.2 disappear when I try to play a movie


I have given myself permission to view video. I have tried signing in as root but to no avail. I then tried to play the video with the Mplayer with the exact same results so I am assuming the problem is due to some setting I am unaware of.The players simply vanish without any error messages.
 
Old 11-30-2009, 11:24 AM   #2
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Start the players from the command line. This will give us some errors to work with.
 
Old 11-30-2009, 11:38 AM   #3
aquielisunari
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
I am a noob so I am not to familiar with the terminal. I received this message when I typed vlc options lee@lee-desktop:~$ vlc options
VLC media player 1.0.2 Goldeneye
[0x87b3e48] main interface error: no interface module matched "globalhotkeys,none"
[0x87b3e48] main interface error: no suitable interface module
[0x8713140] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x8713140] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
************************************************
** **
** No css library available. See **
** /usr/share/doc/libdvdread4/README.Debian **
** for more information. **
** **
************************************************
libdvdread: Can't stat options
No such file or directory
libdvdnav: vm: failed to open/read the DVD
[0x89f4fa8] access_file access error: cannot open file options (No such file or directory)
[0x87bdc60] main input error: open of `options' failed: no suitable access module
 
Old 11-30-2009, 11:40 AM   #4
aquielisunari
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
I am a noob so I am not to familiar with the terminal. I received this message when I typed vlc options lee@lee-desktop:~$ vlc options
VLC media player 1.0.2 Goldeneye
[0x87b3e48] main interface error: no interface module matched "globalhotkeys,none"
[0x87b3e48] main interface error: no suitable interface module
[0x8713140] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x8713140] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
************************************************
** **
** No css library available. See **
** /usr/share/doc/libdvdread4/README.Debian **
** for more information. **
** **
************************************************
libdvdread: Can't stat options
No such file or directory
libdvdnav: vm: failed to open/read the DVD
[0x89f4fa8] access_file access error: cannot open file options (No such file or directory)
[0x87bdc60] main input error: open of `options' failed: no suitable access module
 
Old 11-30-2009, 12:05 PM   #5
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
It gives you a pretty good hint(probably):

Quote:
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
We really will need to know the distro, arch, and version of linux you are running. I should have mentioned that in the first post.


There were some changes done in those two packages that most of the video stuff does not like(yet). While version 4 is available on my distro(RHEL/Centos) I am running 1.10-3(libdvdnav) and 0.9.7-1(libdvdread) to make video stuff happy.
 
0 members found this post helpful.
Old 11-30-2009, 12:14 PM   #6
aquielisunari
LQ Newbie
 
Registered: Nov 2009
Posts: 4

Original Poster
Rep: Reputation: 0
as I said I am a noob. distro and arch have no meaning to me. the version is 9.1. This is a place for newbies isnt it. If not I will post in the appropriate section.I will go o another forum. I can see this is not the place for a newb. How would I know what Distro means if I am a newbie???

Last edited by aquielisunari; 11-30-2009 at 12:29 PM.
 
Old 11-30-2009, 12:27 PM   #7
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Distro is distribution (or brand), RHEL, Centos, Fedora, Debian, Slackware, and tons of others. While they are all Linux, the details of how things are handled in each one is slightly different.

Arch is architecture it is built for, x86(32bit) and x86_64(64bit) are the most common. If you post the results of:
Quote:
uname -a
It will probably tell us a lot.
 
Old 11-30-2009, 01:37 PM   #8
lidex
Member
 
Registered: Aug 2009
Location: Ohio, USA
Distribution: Ubuntu Development Release x64
Posts: 56

Rep: Reputation: 23
Looks like op is running ubuntu karmic (9.10)
 
Old 11-30-2009, 08:33 PM   #9
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
RestrictedFormats/PlayingDVDs - Community Ubuntu Documentation - https://help.ubuntu.com/community/Re...ts/PlayingDVDs

Installing libdvdcss

Legal Warning: Check with your local laws to make sure usage of libdvdcss2 would be legal in your area.

Ubuntu 9.04 and 9.10 (i386, amd64)

Install the libdvdread4 package (no need to add third party repositories) via Synaptic or command line:

sudo apt-get install libdvdread4

* Then open a terminal window and execute:

sudo /usr/share/doc/libdvdread4/install-css.sh
 
1 members found this post helpful.
Old 12-01-2009, 01:29 AM   #10
lorebett
Member
 
Registered: May 2004
Location: Italy
Distribution: Ubuntu, Gentoo
Posts: 57

Rep: Reputation: 16
You may also want to install the ubuntu-restricted-extras package
 
1 members found this post helpful.
  


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 to play DVD+RW discs on Totem or VLC movie player. dharmamark Linux - Newbie 1 03-18-2008 08:19 PM
can't play Totem movie player msivasakthi Fedora 3 12-19-2007 08:24 AM
Using Totem Movie Player and I cant play DVDs. kash1n Linux - Newbie 2 01-01-2007 10:13 AM
Can't play movies on Totem movie player classicblue Linux - Software 5 03-26-2006 12:46 PM
any movie player to play .dat files? shanmugapriyan Linux - Software 3 08-10-2003 06:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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