~dns/gnash/debian

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: DNS
  • Date: 2012-02-07 06:12:43 UTC
  • Revision ID: dns@rbose.org-20120207061243-x0zks7m6b958yxfp
* moved files in this branch to the root dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Gnash for Debian
2
 
----------------
3
 
 
4
 
Gnash supports the majority of Flash opcodes up to SWF version 7, and
5
 
a wide sampling of ActionScript 2 classes for SWF version 8.5. Flash
6
 
version 9 and ActionScript 3 support is being worked on.  All the
7
 
core ones are implemented, and many of the newer ones work, but may be
8
 
missing some of their methods. If the browser only displays a blank
9
 
window, it is likely because of an unimplemented feature. All
10
 
unimplemented opcodes and ActionScript classes and methods print a
11
 
warning when using -v with gnash or gprocessor. Using gprocessor -v is
12
 
a quick way to see why a movie isn't playing correctly.
13
 
 
14
 
 -- Miriam Ruiz <little_miry@yahoo.es>  Thu, 12 Jun 2008 16:49:26 +0000
15
 
 
16
 
Please make sure you  have a URL handling gstreamer plugin, such as
17
 
gnomevfssrc, neonhttpsrc or souphttpsrc for playing NetStream playback.
18
 
 
19
 
Note that if you use neonhttpsrc you must install it from Gstreamer
20
 
CVS; otherwise it won't be compatible with youtube.
21
 
 
22
 
For a nonexhaustive list of modules you will need, please see
23
 
http://bjacques.org/gst-plugins:
24
 
 
25
 
gnomevfs *or* souphttpsrc *or* [neonhttpsrc from gstreamer svn] *or* giosrc
26
 
 
27
 
ffmpegcolorspace
28
 
capsfilter
29
 
videoscale
30
 
fakesink
31
 
autoaudiosink
32
 
alsasink (or your preferred audio sink)
33
 
audioconvert
34
 
 
35
 
For FLV playback (YouTube and friends):
36
 
mpegvideoparse (plugins-ugly)
37
 
gst-ffmpeg
38
 
 
39
 
For MP3 playback (YouTube and friends):
40
 
mpegaudioparse (plugins-ugly)
41
 
mad (plugins-ugly) *or* flump3dec
42
 
 
43
 
In addition or instead of the above, Gnash is compatible with any other
44
 
streamer audio and/or video codecs Gstreamer supports, such as Ogg 
45
 
Theora-vorbis, dirac-vorbis etc.
46
 
 
47
 
 -- Miriam Ruiz <little_miry@yahoo.es>  Tue, 12 Feb 2008 11:33:29 +0000