hi
my via epia m10k sometimes has problems with playback using fbdev started from freevo. is there a way to make mplayer work with directfb from within freevo?
for me mplayer gets stuck when it trys to load the dfb stuff...
greets flo
I had this problem, (would still rather use xine, 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.....
HTH
Drew.
------------------------------------------------------- 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
