Ubuntu – Some Youtube videos won’t play in Kubuntu 14.04 and Chromium 36.0.1985.125

chromiumffmpegflashvideo

I'm running Kubuntu 14.04 and Chromium 36.0.1985.125. I'm finding that some YouTube videos give me the error:

The Adobe Flash Player is required for video playback.

But most other videos work fine.

I have the "extra" codecs installed:

$ sudo apt-get remove chromium-codecs-ffmpeg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'chromium-codecs-ffmpeg' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

$ sudo apt-get install chromium-codecs-ffmpeg-extra
Reading package lists... Done
Building dependency tree       
Reading state information... Done
chromium-codecs-ffmpeg-extra is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

For comparison, I installed the latest version of Firefox with Flash and the same videos that won't play in Chromium play fine in Firefox.

Anyone know what might be wrong?

Best Answer

you need to install pepperflash for chromium now because it nolonger accepts netscape like plugins (the firefox flashplugin)

sudo apt-get install pepperflashplugin-nonfree

restart chromium after installation for the changes to take effect

Related Question