From Fedora Project Wiki

(combine info from the Multimedia/Flash page)
(170 intermediate revisions by 45 users not shown)
Line 1: Line 1:
== Flash is Non-Free Software ==
{{autolang|en|es|base=yes}}


Adobe's Flash Player cannot be included in Fedora because it is not free/libre and open source software.  Adobe does release a version of the Flash plugin for Linux, and this can be used in Firefox, Konqueror and other popular Internet browsers.  When Adobe releases a newer version of the Linux Flash plugin, it makes packages available for Fedora, but Fedora cannot include Adobe's plugin as long as it is unavailable as free and open source software.
This page contains information on Flash, a proprietary format for delivering audio and video content, primarily over the Internet.


== Fedora 10 ==
== Flash is non-free/proprietary software ==


This section contains information relevant specifically to Fedora 10 installation of Flash.
Adobe's Flash plugin cannot be included in Fedora because it is not free/libre and open source software.  Adobe does release a version of the Flash plugin for Linux, and this can be used in Firefox, Konqueror and other popular Internet browsers.  When Adobe releases a newer version of the Linux Flash plugin, it makes packages available for Fedora, but Fedora cannot include Adobe's plugin as long as it is unavailable as free and open source software.


=== Enabling Flash Plugin ===
There are other open alternatives to Flash itself, including the patent unencumbered and free WebM,  Ogg Theora video and Ogg Vorbis audio formats. Fedora has complete support for such open formats, and Fedora includes several web browsers including Firefox, Epiphany etc that plays Ogg and WebM files directly, without any need of third party and proprietary browser plugins.


Adobe offers several methods to install their 32-bit Flash Player 10.  In general, the YUM version is preferred, since it allows the player to be updated automatically through Fedora's normal update mechanism.  The YUM version simply installs the repository configuration files, after which you must install Flash Player.
== YouTube, Vimeo and WebM support ==


To begin, refer to the Adobe site at http://get.adobe.com/flashplayer/Select ''YUM for Linux'' to download, and confirm.
Google has open sourced an implementation of VP8 video format and combined it with Ogg Vorbis audio and an adaptation of the Matroska container, creating a new format for free and open video and audio called WebMYouTube is switching over to using WebM extensively and Fedora has embraced this format as well.  Current versions of Fedora support WebM by default.  


==== For i386 ====
The Vimeo videoportal makes intensive use of javascript, and can in most cases be accessed without the need for Flash.


After installing the repository configuration, run the following command:
Youtube will automatically forward your Webbrowser to the right version, where no flash is needed if Flash is not installed on your system. Vimeo does that even more often, even if a flash player is installed.


<pre>
{|
su -c 'yum install flash-plugin alsa-plugins-pulseaudio'
|-
</pre>
| style="border-width: 0;" | {{admon/tip | Worth to mention | Note that not all videos are available in WebM, or an open webmedia format yet, but the majority of them should play just fine. }}


You must authorize Adobe's key to complete the installation.  You may see a message indicating that <code>alsa-plugins-pulseaudio</code> is already installed.  This is not a problem.  After the installation, exit all copies of '''Firefox''' to enable the plugin.
== Flash plugin ==


==== For X86_64 ====
For information on installing the plugin, refer to [https://ask.fedoraproject.org/en/question/10217/ Ask Fedora Flash page]


At the time of this release, Adobe has an alpha version of a 64-bit player.  These instructions cover installation of the 32-bit player on a 64-bit (x86_64) platform.
== See Also ==
 
* [[How to create and use Live USB|Flash Drive]]
After installing Adobe's yum repository, run the following command:
 
<pre>
su -c 'yum install flash-plugin nspluginwrapper.i386 \
    alsa-plugins-pulseaudio.i386'
</pre>
 
You must authorize Adobe's key to complete the installation.  After the installation, exit all copies of '''Firefox'''' to enable the plugin.
 
=== Checking the plugin ===
 
Following the installation for either architecture, start '''Firefox''' and type the following text in the address bar:
<pre>
about:plugins
</pre>
 
A section similar to the following should appear:
 
[[Image:Flash-check-2.png]]
 
This information tells you that Adobe Flash Player has been successfully installed.
 
=== SELinux problems ===
 
In some cases, {{{nspluginwrapper}}} produces SELinux AVC errors, some of which may prevent viewing Flash content.  Changing the relevant SELinux boolean may resolve this problem, but eliminates a great deal of additional security when using {{{nspluginwrapper}}}.  To make the change, run the following command:
 
<pre>
su -c 'setsebool -P allow_unconfined_nsplugin_transition=0'
</pre>

Revision as of 15:39, 5 August 2015

This page contains information on Flash, a proprietary format for delivering audio and video content, primarily over the Internet.

Flash is non-free/proprietary software

Adobe's Flash plugin cannot be included in Fedora because it is not free/libre and open source software. Adobe does release a version of the Flash plugin for Linux, and this can be used in Firefox, Konqueror and other popular Internet browsers. When Adobe releases a newer version of the Linux Flash plugin, it makes packages available for Fedora, but Fedora cannot include Adobe's plugin as long as it is unavailable as free and open source software.

There are other open alternatives to Flash itself, including the patent unencumbered and free WebM, Ogg Theora video and Ogg Vorbis audio formats. Fedora has complete support for such open formats, and Fedora includes several web browsers including Firefox, Epiphany etc that plays Ogg and WebM files directly, without any need of third party and proprietary browser plugins.

YouTube, Vimeo and WebM support

Google has open sourced an implementation of VP8 video format and combined it with Ogg Vorbis audio and an adaptation of the Matroska container, creating a new format for free and open video and audio called WebM. YouTube is switching over to using WebM extensively and Fedora has embraced this format as well. Current versions of Fedora support WebM by default.

The Vimeo videoportal makes intensive use of javascript, and can in most cases be accessed without the need for Flash.

Youtube will automatically forward your Webbrowser to the right version, where no flash is needed if Flash is not installed on your system. Vimeo does that even more often, even if a flash player is installed.

Idea.png
Worth to mention
Note that not all videos are available in WebM, or an open webmedia format yet, but the majority of them should play just fine.

Flash plugin

For information on installing the plugin, refer to Ask Fedora Flash page

See Also