--- drew <[EMAIL PROTECTED]> wrote:
Florian Demmer wrote:
hiplayback using fbdev
my via epia m10k sometimes has problems with
started from freevo. is there a way to makemplayer work with directfb
from within freevo?dfb stuff...
for me mplayer gets stuck when it trys to load the
I had this problem, (would still rather use xine,greets flo
but I cannot get that to play with freevo using the fbdev) On my system,
I added -vo xv, x11, to the MPLAYER_ARGS_DEF line in the local_conf.py after the -autoq 100 section so the line reads....
MPLAYER_ARGS_DEF = (('-ac mad, -autosync 100
-nolirc -autoq 100 -vo xv,x11 -screenw %s '
+ '-screenh %s -fs') %
(CONF.width, CONF.height))
works for me anyway.....
xv is the X driver.. i wanted to stay in console/framebuffer only...
does not work that way... i think i has something to do with how pygame/dsl/etc works with freevoHTH
Drew.
I use DirectFB for both Freevo and Mplayer.
In freevo.conf I put a line (for my Matrox)
display = dfbmga You will probably need
display = directfb
The rest of mplayer parameters is specified byyup.. directfb for none-matrox and multi app support would be nice
MPLAYER_ARGS_DEF = ('-nolirc -fs -autosync 30 -cache 16384 ')
in the local_conf.py
I have a different question regarding DirectFB and Freevo.
Currently, Freevo 'unloads' before starting mplayer,
then loads back when mplayer is done. It takes couple
of seconds each time, and my TV is out-of-sync during
these moments.
I know DirectFB allows concurrent access of several
appications (--enable-multi). Is there a way to use
this feature with Freevo and start mplayer as a
separate 'window' (on top of Freevo, so Freevo is
hidden under Mplayer) on my TV? That would make the
whole thing almost perfect...
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
