Gnash

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Gnash

Screenshot of Gnash 0.8.0 GTK+ GUI with test SWF file
Developed by Rob Savoye, Sandro Santilli, Bastiaan Jacques, Vitaly Alexeev, Tomas Groth, Udo Giacomozzi, Hannes Mayr, Markus Gothe, Ann Barcomb.
Latest release 0.8.5 / 2009-03-04; 30 days ago
Written in C++, GTK+ / Qt
Operating system Cross-platform
Type Interpreter, Media player
License GNU General Public License
Website gnashdev.org

The Gnash project aims to create a free software player and browser plugin for the Adobe Flash file format and replace the proprietary software niche currently occupied by Adobe Flash Player. It developed from the GPLFlash project. Gnash is released under the GNU General Public License.

Gnash was first announced by software developer John Gilmore. The current lead developer is Rob Savoye.

Contents

[edit] History

Writing a free software Flash player has been a priority of the GNU project for some time.[1] Prior to the launch of Gnash, the GNU project had asked for people to assist the GPLFlash project. The majority of the previous GPLFlash developers have now moved to the Gnash project and the existing GPLFlash codebase will be refocused towards supporting embedded systems.[2]

The primary distribution terms for Gnash are those of the GNU GPL. However since Gnash was started using the codebase of the GameSWF project, which is in the public domain, code developed by the Gnash project which might be useful in GameSWF is placed in the public domain.[3]

[edit] Technical details

Adobe provides an official player for GNU/Linux on x86 in a binary-only form.[4] Gnash, however, can be compiled and executed on many architectures, including x86, AMD64, MIPS/Irix, and PowerPC. It also supports BSD-based operating systems. An early port for RISC OS, which has never had Macromedia/Adobe Flash support beyond Flash 3,[5] does exist, as well as an early port for BeOS, where Flash support terminated at Version 4.[6]

Flash actually consists of two different file types, SWF, often incorrectly referred to as Flash, which provides animated vector graphics for menus and presentations and FLV, often referred to as Flash Video, which provides streaming video clips for websites such as YouTube.

Currently, Gnash can play SWF files up to version 7, as well as some features of the new version 8– 9 files. Gnash supports playback of FLV videos and allows playing some FLV files from YouTube, MySpace, ShowMeDo and other similar websites (older files with sound - newer files without playing sound). FLV support requires FFmpeg or GStreamer to be installed on the system.[7]

Some other free-software programs, such as MPlayer,[8] VLC media player[9] or players for Windows based on the ffdshow DirectShow codecs can play back the FLV format if the file is specially downloaded or piped to it.

The goal of the Gnash developers is to be as compatible as possible with the proprietary player (including behavior on bad ActionScript code). However, Gnash offers some special features not available in the Adobe player, such as the possibility to extend the ActionScript classes via shared libraries: sample extensions include MySQL support, file system access and more. For security reasons the extension mechanism must be compiled-in explicitly and enabled via configuration files.

Gnash requires one of AGG, Cairo, or OpenGL for rendering. In contrast to most GNU projects, which are typically written in C, Gnash is written in the C++ programming language because of its GameSWF heritage.[10]

[edit] See also

[edit] References

[edit] External links

Personal tools