Fixing Firefox sound output on Debian
Sunday, May 28, 2006 at 03:17 PM
Felix pointed out to me that after doing a dist-upgrade Firefox wouldn't work with artsdsp so flash plugins couldn't produce any sound. The solution is to edit /etc/firefox/firefoxrc and set:
FIREFOX_DSP="auto"
For more details on dsp handler detection see the shell script at /usr/bin/firefox.
|