Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: need a browse and execute plugin for mplayer



Hi,

you can and should use the mplayer plugin,
the only thing you have to change is the
mplayer optins in the mplayer.sh script.

default is "-vo mpegpes"
you will need something like
"-vo dx3", for details see mplayer -vo help

you can also use Juri Haberlands mplayer.sh
which can be found on the list ot at vdr-portal.de
this mplayer.sh can also be altered to use the (or any)
-vo device mplayer (your mplayer) supports.

Regards Onno


nilsn schrieb:
hi!
I need a plugin that can browse divx/mpeg/mp3 etc. etc. files and execute
mplayer from the vdr osd. I want mplayer to use my dxr3 for output and not
my dvb-s card, so i havent found any plugin that can do this for me..
I borrowed some mplayer execute code from mp3/mplayer plugin and tried it in
the commander plugin but i couldnt get it to work, i think the plugin locked
on the execute command.
Well heres the code i have tried:

char cmd[64+strlen(m_sFolder)*2];
snprintf(cmd,sizeof(cmd),"/usr/bin/mplayer -vop
lavc=9000:25,expand=-1:-1:-1:-1:1 \"%s\" ",m_sFolder);
execle(cmd,0,environ);

Could anyone help me with this or make a good bugfree one for me(and all the
others that need this):)






--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index