mini_banner
Showing posts with label flash. Show all posts
Showing posts with label flash. Show all posts

Wednesday, June 4, 2008

Fix PulseAudio - Play Video & Audio While Playing Flash

There is a known issue with Firefox/Flash and PulseAudio.

PulseAudio is the standard sound server in Ubuntu Hardy Heron 8.04. A sound server is a background process that accepts sound input from one or more sources (like your applications) and redirecting it to one or more sinks (like your sound card). Unfortunately it doesn't quite work with Flash 9 support in Firefox.

There is an easy fix:
In a terminal type:
sudo apt-get install libflashsupport

Now when you have audio and video playing, Flash will have sound and vice-versa.


To get the most out of PulseAudio, you may want to download and install the device chooser.
pulseaudio
In a terminal type:
sudo apt-get install padevchooser
sudo apt-get install pavucontrol

Screenshot-PulseAudio Volume Control
edited by pHreaksYcle

Wednesday, January 2, 2008

Flash Plugin Not Installing

I just spent the last few hours struggling, trying to install the Flash plug-in in Ubuntu 7.10 Gutsy Gibbon, only to find out the package is broken. The Launchpad bug has already been filed.

The md5 checksum error doesn't allow the installation to complete.

You can find a better explanation and the .deb file with the correctmd5 checksum on this ubuntuforums.org thread.

Friday, February 16, 2007

Enable Media Codecs & Extras (For Edgy Eft)

Okay, because a reader named "-" (worst nickname EVER!) requested it, here's how to enable restricted formats, Flash, Java and other codecs in Ubuntu for your Dell Inspiron 1501.

There are two schools of thought of enable media codecs in Ubuntu, do it yourself and download a program to do it for you. I use Automatix, it can download media codecs for MP3 and DVD, Flash 9, Java, Microsoft fonts, some essential programs. I personally love it and it never caused me any problems. Others hate it because it uses it own repos and makes updating from one release to the next is a real pain. But I would never update an install, I prefer a clean install.

So if you want to do it yourself you should use this Guide on Restricted Formats

But if you want to do it the easy way and get everything done at once, use Automatix. It's not as bad as the detractors say. Here is how to do it: (works for both 32 and 64 bit versions)

Add Automatix to your source list:

echo "deb http://www.getautomatix.com/apt edgy main" | sudo tee -a /etc/apt/sources.list

Get Key:
wget http://www.getautomatix.com/apt/key.gpg.asc

Import Key:
gpg --import key.gpg.asc

Add Key:
gpg --export --armor 521A9C7C | sudo apt-key add -

Update Your System:
sudo apt-get update

Install Automatix:
sudo apt-get install automatix2
Then go to Applications-->System Tools--> Automatrix
From there you can download all the restricted goodies you want.

*Note: Azuerus works so much better from Automatrix than from Ubuntu's own repos. Looks KDEish but actually minimizes to tray without needing a complex fix. But do not use ndiswrapper to enable wifi, use my guide.
edited by pHreaksYcle