Sergey Melikhov wrote:

--- drew <[EMAIL PROTECTED]> wrote:


Florian Demmer wrote:



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.....



xv is the X driver.. i wanted to stay in console/framebuffer only...


HTH

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


does not work that way... i think i has something to do with how pygame/dsl/etc works with freevo

The rest of mplayer parameters is specified by

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...


yup.. directfb for none-matrox and multi app support would be nice



-------------------------------------------------------
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

Reply via email to