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
This was / is for Flash 7, Flash 9 seems to work perfectly without these changes…
But it doesn’t use ESD without those changes
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.
[...] 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 [...]