3

Title says it all. Whenever I try to play a Youtube video I get the error messages:

Your browser does not recognize any of the video formats available

It worked fine just before I installed the pipelight plugin. I am very confused and annoyed at this. My Youtube still works fine in chrome.

Any help is appreciated.

user.dz
  • 48,105
Muggi
  • 131
  • The problem would appear to be because of the pipelight plugin. Also, according to the Pipelight install instructions, it will disable every plugin by default and you need to explicitly re-enable them. Did you do this? – Chan-Ho Suh Dec 22 '14 at 03:58
  • Please see my answer for this question it may be helpful http://askubuntu.com/questions/556320/firefox-34-black-screen-playing-adobe-flash-videos# – Sudheer Aug 22 '15 at 07:48

4 Answers4

3

Install the ubuntu-restricted-extras package:

sudo apt-get install ubuntu-restricted-extras

From Wikipedia:

Ubuntu Restricted Extras is a software package for the computer operating system Ubuntu that allows the user to install essential software which is not already included due to legal or copyright reasons.

It is a meta-package that installs:

  • Support for MP3 and unencrypted DVD playback
  • Microsoft TrueType core fonts
  • Adobe Flash plugin
  • codecs for common audio and video files
Eliah Kagan
  • 117,780
Muhamed Huseinbašić
  • 1,258
  • 3
  • 14
  • 19
0

Check to see if you have FlashFirebug installed as an add-on, and if so disable it. That's what got YouTube working for me again in Firefox after it mysteriously stopped working. I am running Ubuntu 14.04.

mash
  • 1
0

Installing freshplayerplugin did the trick for me on a fresh install with the same issue (adobe-flashplugin from "partner" repository did not work) :

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install freshplayerplugin
-3

I recently sent out an update on my personal Ubuntu support list so that people wouldn't feel stupid trying to overcome this difficulty.

The problem you are experiencing is actually not related to the version of Ubuntu. Many of my friends who upgraded from 12.04 to 14.04 assumed that somehow broke you-tube or Firefox, but in fact it was just a matter of timing. I know this for certain because their complaints came in at the same time that I was (and am) still using 12.04, and I was having the same problems.

In my case the ADOBE FLASH driver required to watch both Hulu and You-tube first stopped working under my installation of the "chromium" web browser, and then about a month later Firefox too suffered this change. I was annoyed and several of my Ubuntu friends as well, so after one of them who is too proud to ask for my help took his laptop to Best Buy's Geek Squad and paid them $120 to re-install Firefox... which didn't even help, I decided to see what could be done, before anyone else tried something equally fruitless and expensive.

At that time what I did was to install the "Chrome-beta" web browser (not the original Chromium) and that somehow overcame the problem. If I understand you correctly, the regular Chrome web browser also works, I'll alert my friends.

It is truly unfortunate for Ubuntu that this issue of timing has started the false rumor (which I've been hearing for weeks now) that upgrading to Ubuntu 14.04 somehow makes it impossible to watch Youtube videos.

**UPDATE December 21, 2014: ** I've been wrestling with the idea of deleting this post. It offends me that I received ANY down-votes from people simply because the BETA version of chrome I recommended was out of BETA not long after.

In any case, it seems that the Google Chrome browser worked better for me than the Google ChromIUM browser which was the only version listed in the software center. It is possible that by this date, all browser work equally well but that's not what I continue to hear from frustrated Ubuntu users who turn to this site for help, which is why I'm choosing to update this answer instead of deleting it... for now.

Here is the link I last used to help a friend install the Google Chrome browser on their laptop and permit them to once again view videos.

gyropyge
  • 2,558
  • 1
  • 16
  • 11
  • 1
    Sorry, but as far as YouTube & Firefox the current flash plugin works fine. Chrome/chromium need pepperflash, Firefox doesn't. The issue here was likely more related to the pipelight install – doug Oct 29 '14 at 05:35