maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe (https://talk.maemo.org/showthread.php?t=71291)

ivyking 2011-03-22 17:21

Re: watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe
 
the n900 doesn't have hardware support for openGL , instead it has for openGLES , maybe rewrite the code responsible for rendering to use openGLES , that way the gpu can be put to use .

also what level of optimization are you using ?

leetnoob 2011-03-22 17:34

Re: watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe
 
Quote:

Originally Posted by ivyking (Post 973267)
the n900 doesn't have hardware support for openGL , instead it has for openGLES , maybe rewrite the code responsible for rendering to use openGLES , that way the gpu can be put to use .

also what level of optimization are you using ?

the only hw accelerated rendering options available to us are either cairo or opengl, which of course means only cairo in reality.

Bratag 2011-03-22 18:01

Re: watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe
 
Quote:

Originally Posted by ivyking (Post 973267)
the n900 doesn't have hardware support for openGL , instead it has for openGLES , maybe rewrite the code responsible for rendering to use openGLES , that way the gpu can be put to use .

also what level of optimization are you using ?

Dont suppose this is any use

http://talk.maemo.org/showthread.php?t=44252

freemangordon 2011-03-22 18:05

Re: watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe
 
configure script has an option for gles renderer, building right now, fingers crossed

hstende 2011-03-22 18:31

Re: watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe
 
why doesn't omap as hwaccel work?

maxximuscool 2011-03-22 20:51

Re: watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe
 
Freemangordon;

Any news yet? How is the compilation going?

freemangordon 2011-03-22 22:13

Re: watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe
 
It compiles OK, but it seems that this option is RFU. cairo renderer does not work (i.e only sound, no video). Bad news till now.

E: will try ffmpeg now

mece 2011-03-22 22:18

Re: watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe
 
Unfortunately gles is only in configure. No actual code.
Also, this:
Code:

configure: error: invalid hwaccel feature specified: xv given (accept: none,vaapi,omap)
If I choose either or both of the hwaccel, they will still not be enabled. Like so:
Code:

./configure --prefix=/opt/gnash-3 --disable-plugins --disable-menus --enable-gui=kde4 --disable-testsuite --disable-fps-debug --disable-debug --enable-media=gst --enable-renderer=cairo --enable-hwaccel=omap

...
        Renderers supported:  Cairo
        Hardware Acceleration:
        Media handlers: gst

Code:

./configure --prefix=/opt/gnash-3 --disable-plugins --disable-menus --enable-gui=kde4 --disable-testsuite --disable-fps-debug --disable-debug --enable-media=gst --enable-renderer=cairo --enable-hwaccel=vaapi

...
        Renderers supported:  Cairo
        Hardware Acceleration:
        Media handlers: gst


skykooler 2011-03-22 22:36

Re: watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe
 
Quote:

Originally Posted by mece (Post 972866)
You can compile it to use gstreamer instead of ffmpeg if you want. Anyway, gnash works fine as a standalone player at least, but it's slower than the official player and the stuff I tried that doesn't work in official flash didn't work in gnash either. So from my experience there are no real benefits right now. I built against the latest from the git repository.

There is a benefit to GNASH that I am looking for: the ability to capture the debug output from a SWF file! If only for this, gnash would be amazing to have!

Sazpaimon 2011-03-22 22:38

Re: watch flash 10.1 videos with hardware acceleration on maemo with GNASH? maybe maybe
 
http://marc.info/?l=gnash-dev&m=127685597232467

I'll just leave this here


All times are GMT. The time now is 02:34.

vBulletin® Version 3.8.8