Disclaimer

The views expressed on this blog are my own and do not necessarily reflect the views of my employer.

Monday, April 21, 2008

Audio,Video player for Linux and Solaris

I am using fedora 7 and solaris XDE 9/07. I am using 'mplayer' in linux system since long. It can play almost all audio and video formats. If you want to download it in your linux system , simply execute the following command to get it via subversion :

#svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer

Update using :

#cd /mplayer
#svn update

Install mplayer in easy steps :

#./configure
#make
#make install

Mplayer is now installed in your system. Check "man mplayer" for necessary instructions. If you want to play a media file using 'mplayer' ,follow the steps :
'open with..' --> browse --> choose 'mplayer' from installation directory (/mplayer).

[ Check out how to add skin to mplayer ]

"MPlayer" is also available for solaris. Simply execute

#pkg-get -i mplayer

If you don't know how to use pkg-get in solaris , click here.

If you want to play a media file using 'mplayer' ,follow the steps :
'open with..' --> browse --> choose 'gmplayer' from /opt/csw/bin.

That's all !! use mplayer and enjoy !!

[ This method is NOT applicable for OpenSolaris 2008.05 , Check Out how to install mplayer on OpenSolaris 2008.05 from "Sound & Video" ]

No comments:

Post a Comment