LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-25-2004, 08:57 AM   #16
Rathann
Member
 
Registered: Jul 2004
Location: Poland
Distribution: RedHat 7.3/8.0/9, Fedora Core 1/2/3/4
Posts: 35

Rep: Reputation: 15

Quote:
Originally posted by aprax
Hi, I'm running into the same problems trying to install mplayer.


I performed all of the current installation instructions using the rpm command on the lame20011211-1.src.rpm file, and then uncompressed the TAR file and installed it using the same commands like the person linux123456 but I still cannot locate the libmp3lame.so.0 file in the directory of /usr/lib. And I still can't install mplayer either. Did I miss something in the installation process?


Thanks a bunch.
Unfortunately, megaspaz's advice is not quite correct. Making symlinks won't make rpm happy. You need to install a binary package so that it appears in rpm's database. I'd suggest visiting the official MPlayer RPMs website: http://luna.cs.ccsu.edu/dominik/mplayer/ (US mirror).
 
Old 08-25-2004, 09:01 AM   #17
Rathann
Member
 
Registered: Jul 2004
Location: Poland
Distribution: RedHat 7.3/8.0/9, Fedora Core 1/2/3/4
Posts: 35

Rep: Reputation: 15
Quote:
Originally posted by aprax
Thanks for that really fast reply

Ok, I finally got mplayer installed, and I tried to put The Bourne Identity into the DVD drive and typed in the command:

mplayer /dev/hdd


The movie played for about two seconds and then crashed. I also got this output from the terminal window. I think I didn't have the correct codec, if so, what do I need to install now? And I also see that I don't have any audio stream, what do I need to install for audio?

Please read MPlayer's excellent docs before using it. The syntax for playing DVDs is mplayer dvd://N, where N is a title number.
 
Old 09-11-2004, 07:45 PM   #18
aprax
LQ Newbie
 
Registered: Aug 2004
Posts: 15

Rep: Reputation: 0
Sorry for the long time to reply, as other projects had been reserving my time. Anyway, I'm now working with the Xine DVD player and tried to play a DVD. It went through the FBI warnings and the disclaimers, but when it reached the first chaper of the movie, it crashed with the message "Error reading NAV packet"

What does does that error message mean? And what can I do to fix it?

Thanks for you time.

Here's a log of all the output in the terminal:

[root@localhost root]# xine /dev/dvd
This is xine (X11 gui) - a free video player v0.99.1.
(c) 2000-2003 The xine Team.
libdvdnav: Using dvdnav version 1-rc5 from http://xine.sf.net
libdvdread: Encrypted DVD support unavailable.
libdvdnav: DVD Title: THE_BOURNE_IDENTITY
libdvdnav: DVD Serial Number: 30a7a4c1
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/root/.dvdnav/THE_BOURNE_IDENTITY.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1

*** libdvdread: CHECK_VALUE failed in ifo_read.c:1522 ***
*** for info_length % sizeof(uint32_t) == 0 ***

libdvdread: Can't allocate memory for file read!
libdvdnav: ifoRead_VOBU_ADMAP vtsi failed - CRASHING

*** libdvdread: CHECK_VALUE failed in ifo_read.c:1522 ***
*** for info_length % sizeof(uint32_t) == 0 ***

libdvdnav: ifoRead_TITLE_VOBU_ADMAP vtsi failed - CRASHING
libdvdnav: Using dvdnav version 1-rc5 from http://xine.sf.net
libdvdread: Encrypted DVD support unavailable.
libdvdnav: DVD Title: THE_BOURNE_IDENTITY
libdvdnav: DVD Serial Number: 30a7a4c1
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/root/.dvdnav/THE_BOURNE_IDENTITY.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1

*** libdvdread: CHECK_VALUE failed in ifo_read.c:1522 ***
*** for info_length % sizeof(uint32_t) == 0 ***


*** libdvdread: CHECK_VALUE failed in ifo_read.c:1522 ***
*** for info_length % sizeof(uint32_t) == 0 ***

libdvdnav: ifoRead_TITLE_VOBU_ADMAP vtsi failed - CRASHING
[root@localhost root]# xine
This is xine (X11 gui) - a free video player v0.99.1.
(c) 2000-2003 The xine Team.
libdvdnav: Using dvdnav version 1-rc5 from http://xine.sf.net
libdvdread: Encrypted DVD support unavailable.
libdvdnav: DVD Title: THE_BOURNE_IDENTITY
libdvdnav: DVD Serial Number: 30a7a4c1
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/root/.dvdnav/THE_BOURNE_IDENTITY.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1

*** libdvdread: CHECK_VALUE failed in ifo_read.c:1522 ***
*** for info_length % sizeof(uint32_t) == 0 ***

libdvdnav: ifoRead_VOBU_ADMAP vtsi failed - CRASHING

*** libdvdread: CHECK_VALUE failed in ifo_read.c:1522 ***
*** for info_length % sizeof(uint32_t) == 0 ***

libdvdnav: ifoRead_TITLE_VOBU_ADMAP vtsi failed - CRASHING
 
Old 12-02-2004, 12:42 AM   #19
daemonTED
Member
 
Registered: Jan 2004
Location: brisbane AUS
Distribution: Sid with kernel 2.6.7
Posts: 30

Rep: Reputation: 16
libmp3lame.so on debian

hi. not sure what it's like on other distros, but i just had a bit of hassle setting up the libmp3lame.so module for Audacity on debian.
just thought i would add this post in case it happens to help someone

from other posts in this thread it looks as though on RedHat when you build the module from source it gets put in /usr/lib/
i couldn't find my libmp3lame.so module for hours. turned out it was in /usr/local/lib/

some of the info i am about to provide kind of doubles up on things already said in this thread, but for anyone who requires Debian specific help:

download lame source from http://lame.sourceforge.net/download/download.html (thanks megaspaz)


tar -xvzf lame-3.96.1.tar.gz (assuming you choose to use 3.96.1)

cd lame-3.96.1

./configure

make

make install

cd /usr/local/lib/

dir libmp*

libmp3lame.so and a few other similar files should show up
hope this saves someone some time

Last edited by daemonTED; 12-02-2004 at 12:45 AM.
 
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
libmp3lame.so.0 is missing sripathi_venky Linux - Software 3 09-04-2006 12:48 PM
libmp3lame.so.o is needed! roy.hu Linux - Software 11 04-08-2005 03:08 AM
Where can I find libmp3lame.so for audacity? akihandyman Mandriva 4 07-18-2004 10:46 AM
Libmp3lame.so.0 and mplayer arubin Slackware 7 07-11-2004 11:36 AM
Mplayer libmp3lame NewbGhostShells Linux - Software 7 01-16-2004 04:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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