[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-dev] Mips port...
From: |
Rob Savoye |
Subject: |
Re: [Gnash-dev] Mips port... |
Date: |
Thu, 08 Oct 2009 21:34:28 -0600 |
User-agent: |
Thunderbird 2.0.0.23 (X11/20090817) |
Andrea Palmatè wrote:
> 400 mhz seems slow, but with MPlayer and SDL video mode (software) FLV
> played on my Amiga 533MHZ are quite acceptable. So however Gnash add a
> substantial hoveread that put the CPU at 100%.
This isn't a fair comparison, as mplayer is just playing the video.
Gnash has to also handle playing the media player as well. Just handling
control buttons and a few other things is substantially different than
just playing the video. It should be possible to get better video
performance out of Gnash, but it'd be a big project. Some of this I hope
to do as I add RTMP support, since this will require major changes to
libmedia, including dumping libcurl in the process.
Hardware accelerated video decoding and rendering would also help.
- rob -