Page 1 of 1
No sound in browsers
Posted: Sat Jul 16, 2011 12:33 pm
by RamBurner
Videos play fine in both Chromium and Firefox, except that neither have sound.
Sound works fine with mplayer, vlc, audacious, and xbmc.
All of the players are set with the correct settings to get sound from the hdmi on the ati dedicated card, the correct mixer is set also. It will play fine through any player, just not the browsers.
This is on Lubuntu 11.04
Any input would be appreciated.

Re: No sound in browsers
Posted: Sat Jul 16, 2011 2:22 pm
by rokytnji
What are the contents of /usr/lib/mozilla/plugins?
I don't run Ubuntu. I play flash OK with sound In Iron Browser and Iceape.
My Plugins for reference.
Code: Select all
$ ls /usr/lib/mozilla/plugins
flash-mozilla.so gecko-mediaplayer-rm.so libjavaplugin.so
gecko-mediaplayer-dvx.so gecko-mediaplayer.so
gecko-mediaplayer-qt.so gecko-mediaplayer-wmp.so
Yours will probably show totem instead of gecko.
My permissions for plugins as reference
Code: Select all
$ cd /usr/lib/mozilla/plugins
harry@bikertest3:/usr/lib/mozilla/plugins$ ls -l
total 468
lrwxrwxrwx 1 root root 34 Feb 6 11:23 flash-mozilla.so -> /etc/alternatives/flash-mozilla.so
-rw-r--r-- 1 root root 89760 Mar 6 2010 gecko-mediaplayer-dvx.so
-rw-r--r-- 1 root root 90048 Mar 6 2010 gecko-mediaplayer-qt.so
-rw-r--r-- 1 root root 89920 Mar 6 2010 gecko-mediaplayer-rm.so
-rw-r--r-- 1 root root 93152 Mar 6 2010 gecko-mediaplayer.so
-rw-r--r-- 1 root root 90368 Mar 6 2010 gecko-mediaplayer-wmp.so
lrwxrwxrwx 1 root root 39 Apr 18 21:08 libjavaplugin.so -> /etc/alternatives/mozilla-javaplugin.so
I am not hip with using Ubuntu 11 so hopefully some Ubuntu user will shed some light on your problem.
Re: No sound in browsers
Posted: Sat Jul 16, 2011 4:21 pm
by RamBurner
Thank you for your input, I am running Lubuntu 11.04 because regular Ubuntu just went south with Unity.
Also I could never stand that Evolution was so tied into everything on the Ubuntu distro and in Lubuntu all things are separated as they should be.
I will look also at the similar things that you have listed and see if I can find any discrepancies.