Flash Player Sound in Ubuntu

For ages sound emanating from flash player under Ubuntu has been difficult to achieve and a PITA regarding getting other sounds to player afterwards, I found a solution here.

# Flash also looks for /usr/lib/libesd.so.1
sudo ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1

# Flash expects /tmp/.esd/socket to exist.
sudo mkdir -p /tmp/.esd/
sudo touch /tmp/.esd/socket

Daniel Carrera

3 Responses to “Flash Player Sound in Ubuntu”

  1. Arthur Says:

    This was / is for Flash 7, Flash 9 seems to work perfectly without these changes…

  2. Chris Says:

    But it doesn’t use ESD without those changes :P I can assure you of that, without those changes I have to stop mpd to hear flash sound then once it is done close Firefox restart mpd and reopen Firefox again because flash leaves file handles open.

  3. Chris’ Blog » Blog Archive » Ubuntu Sound: mpd, flash, etc. Says:

    [...] to my previous post about Flash player, I have it using ESD but I need to configure ALSA to use the dmix plug-in. I [...]

Leave a Reply


Content Copyright © 2005-2008 Chris Smith. All Rights Reserved.