Gnuru.org
Productive Linux


Subscribe

 Subscribe via Feedburner in a reader

Enter your email address:

Delivered by FeedBurner


Login
Login:
Password:



Don't have an account?
Sign up to Gnuru.org
Forgot your password?

Really Fixing mplayer Sound Problems
1 April 2009 @ 21:35 BST
by Paul

My previous attempt to fix mplayer sound problems only worked sometimes. I looked up mplayer's configuration log file 'configure.log' and found that mplayer had been compiled with OSS sound but not ALSA sound.

This is the fix. Get the latest mplayer source:

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

Install the necessary development libraries, in particular the one that contains the alsa sources:

apt-get install libasound2-dev libxv-dev libxinerama-dev libgtk2.0-dev

then:

cd mplayer
make
make install

It works now.

Red Hat Certified Technician & Engineer (RHCT and RHCE) Training Guide and Administrator's Reference



Leave a comment:

Are you human?