On Sun, Sep 17, 2006 at 01:00:22AM +0200, [EMAIL PROTECTED] wrote:
> Hi all,
> 
> I'm using vdr-1.4.1 together with the xine plugin and the network patch.
> 
> One of the new features of 1.4 is the capability to choose the right
> language via the 'Left' or 'Right' key if e.g. the broadcaster sends
> two different languages in the left/right channel of a stereo signal.
> This does not work in my configuration.
> 
> The Left/Right key switches the symbolic "speakers" in the audio
> menue, but the output still contains both languages in the left and
> right channel.

Are you using xine like this (--post vdr_audio):

#!/bin/bash
killall xine > /dev/null &> /dev/null
killall -9 xine > /dev/null &> /dev/null
XINE="xine -V xxmc -A alsa --no-logo --geometry +0+0 --post vdr_video --post 
vdr_audio"
VDR="vdr:/tmp/vdr-xine/stream#demux:mpeg_pes"

if [ -z "$1" ]; then
        $XINE $VDR > /dev/null &> /dev/null &
else
        $XINE $1 > /dev/null &> /dev/null &
fi

sleep 4 && sudo renice -18 -p `pidof xine` > /dev/null &> /dev/null &

-- 
Grégoire FAVRE  http://gregoire.favre.googlepages.com  http://www.gnupg.org

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to