LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mplayer graphic interface (https://www.linuxquestions.org/questions/linux-software-2/mplayer-graphic-interface-153858/)

linx win 03-05-2004 12:20 PM

mplayer graphic interface
 
I have installed MPlayer-0.92 and it is running fine from the command line (wav, mp3, ram and mpg2) but I am not able to install the gui or any other graphical interface. It tells me that I need to install libpng and libpng-dev. I checked the list of rpms and found them listed with the rpms available in my system. I installed libpng-1.2.5 again but no success. Does any body knows a solution for this? I am using Fedora kernel 2.6.3.

I assotiated all sound files with mplayer, so it starts whenever I double click on the sound file but I can not control it or even stop it except by rebooting the x server. Is there a better way to control it till I find a solution for the gui?

Mega Man X 03-05-2004 01:02 PM

This is not the answer you seek, but, to stop mplayer you can simply press q(for quit) or ESC. To control, use the arrow keys to skip forward or backward when playing a media file. keys / and * at your numeric pad and 9 and 0 from the ordinary keyboard are the volume control.
If closing mplayer with either q or ESC does not work, open a new terminal and kill it:

killall -9 mplayer

Regards!

Onemessedupjedi 03-05-2004 01:20 PM

go to a terminal and start gmplayer. If it says there is no such program then you don't have a guified mplayer.
Compile the program from source and see if you can then. To install a gui you need to use ./configure --enable-gui to configure it. you will need GTK 1.2 and pnglib as you have said.
When you install the gui you start it with gmplayer. You need to download a skin for it and extract it into the ~/.mplayer/Skin directory and name it default(that's the easiest way I know how to do that).

If you don't know how to compile from source you need to stop using fedora....

Mega Man X 03-05-2004 01:23 PM

Quote:

Originally posted by Onemessedupjedi

If you don't know how to compile from source you need to stop using fedora....

Easy tiger... Fedora and Redhat are nice to start with... besides, everybody can learn how to type 3 commands to install a program. And everybody here can also read if they dont...

shadowhunter 03-05-2004 04:23 PM

Quote:

Easy tiger... Fedora and Redhat are nice to start with... besides, everybody can learn how to type 3 commands to install a program. And everybody here can also read if they dont...
yeah... but not everyone has the time to do it :D.
Otherwise nobody would be using windows ;).

Geert.

Mega Man X 03-05-2004 04:32 PM

That's true. But think as Linux as being a foreign language, as Esperanto (if you speak Esperanto, then substitute it for a language that you don't speak :p). Point is, the learning curve is huge, you need to practice (linux = install different stuff) and a good dictionary is always handy (linux = read me and man pages) ;). Still everybody is capable of doing it with effort. I've been playing keyboard for a while... Now I'm trying to learn how to play guitar and even if the notes are the same, a string-based instrument is quite different, at least for me :D

linx win 03-06-2004 04:42 AM

Thanks alot. Problem solved by installing MPlayer-1.0pre3 and using gmplayer.

Onemessedupjedi 03-09-2004 12:04 PM

linx win: goody

Shadowhunter: I just think that if someone would rather wait for rpms rather then learn how to compile that you should just go to something that forces you to compile from source. Not saying this is the case with linx win though.

Megaman X: You can learn a second language in the states sitting in a classroom. You can learn a language in it's native country in a quarter of the time.

linx win 03-10-2004 12:06 AM

I do not know why people are afraid of compiling the source tarballs. I found it much easier than using an rpm file complaining of dependancies.

acid_kewpie 03-10-2004 06:44 AM

Quote:

Originally posted by linx win
I do not know why people are afraid of compiling the source tarballs. I found it much easier than using an rpm file complaining of dependancies.
hell yeah, especially with somethign like mplayer, which can have so so many different librarires linked to it. do it from source and they'll get detected automatically. too easy for words imho.


All times are GMT -5. The time now is 01:13 AM.