Pagina 1 di 1
qualcuno usa mp3/mplayer-plugin su xine-plugin o softdevice?
Inviato: 22 mar 2007, 22:21
da theguru
Come da oggetto, stò cercando di far andare il plugo di mplayer per vedere i divx sulla mia vdrbox, ho una FF ma la uso come budget perchè connessa al tv lcd via vga, se qualcuno è riuscito a farlo funzionare mi può dare qualche dritta? non riesco a venirne fuori.
Ciauuuu
Re: qualcuno usa mp3/mplayer-plugin su xine-plugin o softdev
Inviato: 23 mar 2007, 09:22
da ragno
Nella documentazione di vdr-xine plugin ho trovato questo:
Codice: Seleziona tutto
XINEPLAYER
==========
xineplayer is a companion of vdr-xine and is used to get the beloved mplayer
plugin working with vdr-xine. I. e. you'll be able to replay DivX movies
directly through xine without the need for CPU expensive recoding. And you'll
still be able to continue using VDR's OSD while the external file is playing.
To get it working just install the mplayer plugin. Then edit it's "mplayer.sh"
and replace
# where to find mplayer
MPLAYER="mplayer"
with
# where to find mplayer
MPLAYER="xineplayer"
and now you'll only have to make sure that xineplayer is found by your shell.
xineplayer was built in vdr-xine's source directory so you'll either have to
copy it to a directory which is contained in your environment variable PATH or
just enter the absolute path to xineplayer into mplayer.sh as mentioned above.
That's it.
NOTE: xineplayer is still under development and currently only supports
mplayer plugin's TRADITIONAL mode. Furthermore it ignores any parameter
given on the command line besides the last one and expects this to be a
MRL recognizable by xine (e. g. a filename). If xine doesn't know how
to play the given MRL you'll only see an error message on xine's console.
As vdr-xine supports an instance number to create an unique FIFO directory it
will also necessary to tell this number to xineplayer to have it control the
right instance of vdr-xine. xineplayer's command line looks like that:
xineplayer [ --vdr-xine-instance=N ] [ options ] mrl
NOTE: "--vdr-xine-instance" must be given as the first argument as it might
otherwise collide with further options originally intended for mplayer.
Evidentemente, come detto in precedenza

, l'uso di mplayer e' quanto meno sconsigliato (se non impossibile) per chiare ragioni tecniche.
Riguardo softdevice il discorso e' diverso: dovrebbe bastare la sostituzione del device di output di mplayer: parametro -vo (se utilizzi lo script
mplayer.sh la variabile
VO in
mplayer.sh.conf), sostituendo
mpegpes (output su dvb-s ff) con il device del framebuffer utilizzato da softdevice (ad esempio per le schede matrox
fbmga).
Sul sito ufficiale di softdevice, c'e' comunque un pluggo specifico anche per questa configurazione:
softplay
saluti
ragno
Re: qualcuno usa mp3/mplayer-plugin su xine-plugin o softdev
Inviato: 23 mar 2007, 10:32
da theguru
Grazie ragno faccio 2 prove e ti faccio sapere
