On Tue, Apr 28, 2009 at 7:23 AM, lucian orasanu o_lucian@yahoo.com wrote:
on an gentoo distro and i start xine from .xinitrc like this: /usr/bin/xine -V vdpau -f -pq -A alsa --post vdr_video --post vdr_audio vdr://tmp/vdr-xine/stream#demux:mpeg_pes
I start xine only from my tv script. I don't use .initrc for anything, maybe that's something to consider.
and for mplayer ihave this on mplayer.sh
#!/bin/sh CMDLINE="mplayer -fs -vo vdpau -ao alsa -cache 4096 -slave -nolirc -quiet" DISPLAY=:0.0 $CMDLINE "$1" |logger exit
Mine is: #!/bin/sh
CMDLINE="mplayer -fs -vo vdpau -vc ffh264vdpau,ffmpeg12vdpau,ffvc1vdpau,ffwmv3vdpau, -ao alsa -cache 4096 -slave -v -noconfig all -idx" #CMDLINE="/pluginsrc/xine/xineplayer -fs -vo vdpau -ao alsa -cache 4096 -slave -nolirc -v" sudo DISPLAY=:0.0 $CMDLINE "$1" &>/logs/mplayer.log exit