|
|
03-22-2011
, 01:34 PM
|
|
Posts: 224 |
Thanked: 151 times |
Joined on Jan 2011
|
#52
|
|
|
03-22-2011
, 02:01 PM
|
|
Posts: 2,014 |
Thanked: 1,577 times |
Joined on Sep 2009
|
#53
|
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 ?
|
|
03-22-2011
, 02:31 PM
|
|
Posts: 149 |
Thanked: 89 times |
Joined on Dec 2009
@ Norway
|
#55
|
|
|
03-22-2011
, 04:51 PM
|
|
Posts: 3,664 |
Thanked: 1,522 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#56
|
|
|
03-22-2011
, 06:13 PM
|
|
Posts: 2,181 |
Thanked: 8,299 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#57
|
| The Following User Says Thank You to freemangordon For This Useful Post: | ||
|
|
03-22-2011
, 06:18 PM
|
|
|
Posts: 1,105 |
Thanked: 1,959 times |
Joined on Aug 2009
@ Åbo, Finland
|
#58
|
configure: error: invalid hwaccel feature specified: xv given (accept: none,vaapi,omap)
./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
./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
| The Following 2 Users Say Thank You to mece For This Useful Post: | ||
|
|
03-22-2011
, 06:36 PM
|
|
Posts: 464 |
Thanked: 511 times |
Joined on Oct 2010
|
#59
|
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.
| The Following User Says Thank You to skykooler For This Useful Post: | ||
|
|
03-22-2011
, 06:38 PM
|
|
Posts: 92 |
Thanked: 136 times |
Joined on Mar 2011
|
#60
|
| The Following 4 Users Say Thank You to Sazpaimon For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
|
also what level of optimization are you using ?