[MPlayer-users] Is dvdnav separate from mplayer?
Jack Smith
jack.delbert at gmail.com
Sat Sep 1 17:33:43 CEST 2007
On 9/1/07, Nico Sabbi <nicola_sabbi at fastwebnet.it> wrote:
> Jack Smith wrote:
>
> >I threw out the old version of mplayer from Fedora Core 7 and
> >downloaded the latest subversion version. Now dvdnav doesn't even
> >come close to running (it didn't run correctly before).
> >
> >[kizoku at natsumi ~]$ mplayer dvdnav://1 -dvd-device /dev/scd0
> >-mouse-movements
> >MPlayer dev-SVN-r24313-4.1.2 (C) 2000-2007 MPlayer Team
> >CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 47, Stepping: 2)
> >CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
> >Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
> >
> >Playing dvdnav://1.
> >No stream found to handle url dvdnav://1
> >
> >Do I have to do something special in the configure step or download
> >something else?
> >
> >Thanks,
> >Jack
> >
> >
> >
> RTFML
> dvdnav from svn://svn.mplayerhq.hu/dvdnav/
OK, figured out how (more-or-less) to find my way around the archives
and found a long thread on how to compile with dvdnav support.
Eventually got it done but now get
mplayer dvdnav:// -dvd-device /dev/scd0 -mouse-movements
mplayer: error while loading shared libraries: libdvdnavmini.so:
cannot open shared object file: No such file or directory
libdvdnavmini.so does exist in /usr/local/lib
[kizoku at natsumi ~]$ ls -la /usr/local/lib | grep mini
-rwxr-xr-x 1 root root 86400 2007-09-01 09:58 libdvdnavmini.a
lrwxrwxrwx 1 root root 18 2007-09-01 09:57 libdvdnavmini.so ->
libdvdnavmini.so.4
lrwxrwxrwx 1 root root 22 2007-09-01 09:57 libdvdnavmini.so.4 ->
libdvdnavmini.so.4.1.1
-rwxr-xr-x 1 root root 94424 2007-09-01 09:57 libdvdnavmini.so.4.1.1
Looking in the archives some more I found a suggestion to use
[root at natsumi mplayer]# ./configure --libdir=/usr/local/lib
Which I did, with no more success. To be certain what I had done, I
completely removed the mplayer and libdvdnav files and started over.
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd mplayer
svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav
cd libdvdnav
./configure2 --with-dvdread=/usr/include/dvdread/
make install
/usr/local/bin/dvdnav-config --minilibs && echo I AM USING THE RIGHT
VERSION OF DVDNAV
it agreed that I had the right version
cd ..
./configure –libdir=/usr/local/lib
make
make install
and re-ran mplayer. It still cannot open the shared object file. Any
idea what I'm still doing wrong? Now mplayer itself fails with the
same message.
[root at natsumi mplayer]# mplayer dvd://1 -dvd-device /dev/scd0
mplayer: error while loading shared libraries: libdvdnavmini.so:
cannot open shared object file: No such file or directory
Thanks,
Jack
--
English doesn't borrow from other languages -- English follows other
languages down dark alleys and takes what it wants.
More information about the MPlayer-users
mailing list