Hi, I am using vdr-xine-0.7.4 as output plugin and would like to use the mplayer plugin (mp3-0.8.3) in addition. I use the following mplayer.sh:
#!/bin/bash CMDLINE="/usr/bin/mplayer -fs -vo xv -ao oss -cache 4096 -slave -nolirc -quiet" DISPLAY=:0.0 $CMDLINE "$1" 2>&1 |logger exit
invoced from the commandline the script works well (if xine is not running), but not when called from vdr: a 'no signal' screen for a while, and then the tv-channel shows up again. Any hints? Regards, Borghart
I switched from '-vo xv' to '-vo x11' and now it works!
On Wed, Sep 21, 2005 at 06:48:14PM +0200, Borghart Steffen wrote:
Hi, I am using vdr-xine-0.7.4 as output plugin and would like to use the mplayer plugin (mp3-0.8.3) in addition. I use the following mplayer.sh:
#!/bin/bash CMDLINE="/usr/bin/mplayer -fs -vo xv -ao oss -cache 4096 -slave -nolirc -quiet" DISPLAY=:0.0 $CMDLINE "$1" 2>&1 |logger exit
invoced from the commandline the script works well (if xine is not running), but not when called from vdr: a 'no signal' screen for a while, and then the tv-channel shows up again. Any hints? Regards, Borghart
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr