![]() |
2011-03-22
, 17:34
|
Posts: 224 |
Thanked: 155 times |
Joined on Jan 2011
|
#52
|
![]() |
2011-03-22
, 18:01
|
Posts: 2,014 |
Thanked: 1,581 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 ?
![]() |
2011-03-22
, 18:31
|
Posts: 150 |
Thanked: 91 times |
Joined on Dec 2009
@ Norway
|
#55
|
![]() |
2011-03-22
, 20:51
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#56
|
![]() |
2011-03-22
, 22:13
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#57
|
The Following User Says Thank You to freemangordon For This Useful Post: | ||
![]() |
2011-03-22
, 22:18
|
|
Posts: 1,111 |
Thanked: 1,985 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: | ||
![]() |
2011-03-22
, 22:36
|
Posts: 482 |
Thanked: 550 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: | ||
![]() |
2011-03-22
, 22:38
|
Posts: 98 |
Thanked: 142 times |
Joined on Mar 2011
|
#60
|
The Following 4 Users Say Thank You to Sazpaimon For This Useful Post: | ||
also what level of optimization are you using ?