Fix for mplayer in Firefox under Ubuntu is not working

Posted on August 26th, 2007 by Jason

Online videos (mpeg and some wmv files) were not playing in Firefox under Ubuntu Edgy in my desktop.The problem could be mplayer for Firefox installed and totem for Firefox plugin also installed .First You need to uninstalled the totem plugin from the terminal using the following command sudo apt-get remove totem-mozilla

Now you need to reinstalled mplayer plugin for Mozilla and now your mplayer should work in firefox.

If you don’t want to uninstall totem plugin, you can try this in a terminal

login as root

cd /usr/lib/mozilla-firefox/plugins

mkdir oldtotemfiles

mv libtotem* oldtotemfiles (move to totem plugins)

Now you need to reinstall mplayer plugin for firefox using the following command

sudo apt-get install –reinstall mozilla-mplayer

This should get mplayer to work.

source:ubuntugeek

Tags: , , , , , , , , ,

Related posts

4 Responses to “Fix for mplayer in Firefox under Ubuntu is not working”

  1. Newsvine - internet on 27 Aug 2007 at 1:54 pm #

    [IMG The Vine][IMG ]

  2. Slashdot - Firehose on 27 Aug 2007 at 8:49 am #

    [...] Fix for mplayer in Firefox under Ubuntu is not working[->] 2007-08-27 09:30 Bookmark by pcripsbox on Monday August 27, @09:30AM [...]

  3. Fix for mplayer in Firefox under Ubuntu is not working » Netscape.com on 31 Aug 2007 at 10:04 pm #

    [...] Story Discuss (0) (pctipsbox.com) 4 days ago by [...]

  4. Fix for mplayer in Firefox under Ubuntu is not working - MS Windows Vista Compatible Software on 07 Nov 2007 at 11:50 pm #

    [...] you don’t want to uninstall totem plugin, you can try this in a terminal (more…) Firefox, firefox plugin, Internet, Linux, mozilla, mozilla firefox, mplayer, Software, sudo, [...]

Leave a Reply