PDA

View Full Version : MPlayer won't launch with an GUI



TheCyberDude
07-04-2003, 06:46 AM
I've been working on this for 3 days!

MPlayer won't launch an GUI interface.

Will play from command line.

./configure --enable-gui --enable-png

Installs no errors of any kind.

Also I can't find gui.conf and what to put in it.

I was reading the README, and it said if you had any
library type error's to do this: ldd ./mplayer

NOTE: I HAD NO ERROR AT ALL!

libmad.so.0 => /usr/lib/libmad.so.0 (0x4001f000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x40036000)
libogg.so.0 => /usr/lib/libogg.so.0 (0x40054000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x40058000)
libz.so.1 => /lib/libz.so.1 (0x40080000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4008d000)
libasound.so.2 => /usr/lib/libasound.so.2 (0x400aa000)
libdl.so.2 => /lib/libdl.so.2 (0x40131000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40134000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40183000)
libncurses.so.5 => /lib/libncurses.so.5 (0x401d3000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40212000)
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x40225000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x4034b000)
libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x4037e000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x40381000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x403a2000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x403aa000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x403b7000)
libm.so.6 => /lib/libm.so.6 (0x40474000)

Most all of these are there! (An link to --> the file)

Put /usr/local/lib in /etc/ld.so.conf and did ldconf

ld.so.conf:

/lib
/usr/lib
/usr/local/lib
/usr/X11R6/lib
/usr/i486-linuxlibc1/lib

Some kind of libray problem (link) here?

Thanks....

Roszczuk
07-04-2003, 10:05 AM
/etc/apt/sources.list

#Mplayer, Mencoder
deb http://marillat.free.fr/ unstable main

apt-get install mencoder-686 mplayer-686 avidemux

next gmplayer

mplayer + mencoder = rip :)

cvs ver is :evil:

cheers

aay
07-04-2003, 04:42 PM
What command are you issuing to start mplayer?

The mplayer gui is started by using "gmplayer"

TheCyberDude
07-04-2003, 09:46 PM
Thanks Roszczuk !!!

Up and Playing: DVD's !

su <password>

mplayer -dvd 1 -dvd-device /dev/sr1

NOTE: If libdvdread Error - it won't play that DVD, I have quite a few that it won't play.


Problem with subfont.ttf,

REF: http://www.starbreaker.net/linux.php?page_id=1

OR launch gmplayer from root to take care of this problem!

ramu_i
07-29-2003, 06:33 AM
/etc/apt/sources.list

#Mplayer, Mencoder
deb http://marillat.free.fr/ unstable main

apt-get install mencoder-686 mplayer-686 avidemux

next gmplayer

mplayer + mencoder = rip

cvs ver is

cheers

I am trying to follow these instructions for installing MPlayer.

apt-get install mencoder-686 mplayer-686 avidemux
--> This works without any issues.

However,
next gmplayer
failed because "next" (the command) is not found.

Similarly the remaining two commands also failed.

I am trying to listen to Real Audio files from www.marketplace.org using MPlayer.

Thanks for assisting.