I have the latest, Ubuntu 16.04, with the latest Firefox and Adobe Flashplayer version 11. Videos from YouTube, Vimeo, etc. are working fine. But no video from Star Sports will play. Why is this and how can I fix it?
Asked
Active
Viewed 1.1e+01k times
5
1 Answers
7
The old way of installing Adobe Flash with sudo apt-get install flashplugin-installer
is no longer supported. Instead, you need to use Fresh Player.
To Install
As of 16.04, Fresh Player is available in the official repositories. Installing is as simple as:
sudo apt-get install browser-plugin-freshplayer-pepperflash
However, if you still want the most up-to-date version, you can add the PPA:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install browser-plugin-freshplayer-pepperflash
This will install the actual player, but it still needs an extra file. This file is the actual pepperflash
library used by the player. To get it, you can use a PPA:
sudo add-apt-repository ppa:skunk/pepper-flash
sudo apt-get update
sudo apt-get install pepflashplugin-installer
Close your browser and re-open, and it should be enabled. The reason Youtube and Vimeo worked most likely was because of the support of HTML5 video on those websites.
Source: WebUpd8 Team
-
After installing Fresh Player Videos not playing It show me some error. http://i.imgur.com/K15gwZQ.png – Soumitra Mahato May 07 '16 at 08:11
-
-
-
-
tried to do this for 14.04, returned error message upon install - no go? – Seek Truth Nov 28 '17 at 03:10
-
This guide fails on Ubuntu 16.04, the file
libpepflashplayer.so
does not get installed. – Luís de Sousa May 25 '18 at 20:29
about:plugins
in Firefox and include a screenshot of the part(s) about Flash Player in your question? – David Foerster May 07 '16 at 06:00