Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows Media Player
#11
It works fine! =)
Reply
#12
yeah i'm really struggling here with this one... what is the .exe equivolent in linux? .rpg? like every time i click on a video to watch it will ask me open with... and then i have no idea how to tell it to open with mplayer because i dont know which one is the application file of it. And another question is, i would prefer to just use windows media player through wine , so is this possible?
Reply
#13

once you have correctly installed mplayer and the mplayer plugin for firefox, then you won't be prompted to tell the browser what file to run it with any more, unless the content is realplayer content, in which case you need to install realplay...

 

as regards windows media player, you can use that in crossoveroffice which is a pay for product.

 

cheers

 

anyweb

Reply
#14
cool, well i am pretty sure i installed mplayer properly i used yum and got it from an rpm repository and had no dependancy errors or anythng. In my red hat panel it shows mplayer too. The vids i'm trying to watch are in mpeg format, does mplayer support that or not?
Reply
#15

Quote:  yeah i'm really struggling here with this one... what is the .exe equivolent in linux? .rpg? like every time i click on a video to watch it will ask me open with... and then i have no idea how to tell it to open with mplayer because i dont know which one is the application file of it. And another question is, i would prefer to just use windows media player through wine , so is this possible?
 

Thought I'd add some clarification (though I can't get mplayer to work on my system either...it did but now it's broken...I started a new thread.)

 

Linux does not use file extension .exe or any other extenstion for an executable. Any file that is a "program" will usually have a command in one of several places that will be searched, such as /bin. The bin stands for "binaries" and these are files that have been turned into binary code ready for the computer to do whatever it is told. There are several such /bin files in Linux, such as /usr/bin.

 

If you go to /bin, for example, with your nautilus file browser, you will see many files with just one name, such as "chown". Your settings may be different, but on my system such binary files which cause the computer to execute some command have an icon like three little gears.

 

You can open up your terminal (in my system you do this by choosing applications, then system tools and then terminal from the drop down) and search for the path of a program by typing "which" and after a space, the program name. Example:

 



Code:
[ty@localhost ~]$ which mplayer
/usr/bin/mplayer




 

So this says that the command which launches mplayer resides in /usr/bin/ and if you can find your way there, you should see "mplayer" in that folder. Since your operating system knows to look in this folder to see if it can find a command you typed, all you have to do is open a terminal and type "mplayer" and it will do the rest. (Actually, if you want to be able to interact with mplayer in a graphical way and you have the gnome desktop, you should type "gmplayer"...otherwise it will want you to control all its functions by typing commands.) If you accidentally typed Nplayer, it would look through all the various places in it's "path" and would not be able to find that command and it would tell you so.

 

The Yum stuff is a way that your computer can look through a collection of programs and install them without your having to do anything else. It will find the program in a database (called a repository) bring it to you and put all the files where they need to go. A program like Mplayer will have to put files in many places and will also make use of existing files.

 

All that said...I had the plugin, the codecs and mplayer all ready to go and it still didn't work. there are other approaches as well, if these steps don't work, but be prepared that this is one area of the LInux world that isn't too user friendly just yet. You can see my own woes at: Mplayer hell

 

In order to tackle such problems, assuming the steps others have suggested here don't work, you'll need to become more familiar with linux. I just found this site and it has some nice easy to understand how-tos around.

 

I would at the very least learn how to find and open the terminal, how to use yum (or a program I like called "Synaptic", and how to find your way around the files. Good luck! :)

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)