It's not actually that hard to install the codecs for mplayer:
As root!
Code:
# mkdir /usr/lib/win32
# wget http://gentoo.blueyonder.co.uk/distfiles/all-20050216.tar.bz2
# tar -xjf all-20050216.tar.bz2 -C /usr/lib/win32
# rm all-20050216.tar.bz2
That will make the win32 codec directory, download the latest codec package, extract that package into the new win32 codec and finally remove the tarball (not needed now!).
You should then be able to start mplayer as per usual and it will find those codecs automatically.
As for firefox there is an
mplayer plugin, you should be able to find a package for it somewhere (rather than have to build it from source).
OH!
Actually in hunting for this I found something:
[/url]http://rpm.greysector.net/mplayer/downloads-optional.html - Mplayer addons
And:
[url=http://fedoranews.org/tchung/mplayerplug-in/3.25/]http://fedoranews.org/tchung/mplayerplug-in/3.25/ Mplayerplug-in! woot
So you can do this:
Code:
# rpm -ivh http://rpm.greysector.net/yum/all/i386/mplayer-codecs-20060611-1.i386.rpm
# rpm -ivh http://rpm.greysector.net/yum/all/i386/mplayer-codecs-extra-20060611-1.i386.rpm
# rpm -ivh http://fedoranews.org/tchung/mplayerplug-in/3.25/mplayerplug-in-3.25-1.fc5.i386.rpm
To install the codecs and plugin, ignore all the stuff above!