Hi,
wenn ich vdr folgendermassen starte klappts:
./vdr -Ppvrinput -P 'softdevice -ao alsa:pcm=default# -vo dfb:' -v /rec -c /video -w 60 $*
aber wenn ich vdr mittels runvdr starte sehe ich kein bild und er scheind hängen zu bleiben.
hier die runvdr:
#!/bin/sh
VDRPRG="./vdr"
VDRCMD="$VDRPRG -Ppvrinput -P 'softdevice -ao alsa:pcm=default# -vo dfb:' -v /rec -c /video -w 60 $*"
KILL="/usr/bin/killall -q -TERM"
while (true) do
eval "$VDRCMD"
# if test $? -eq 0 -o $? -eq 2; then exit; fi
# $KILL $VDRPRG
# sleep 10
done
Alles anzeigen
und das sehe ich in der shell beim starten von runvdr:
...
[softdevice] Subplugin successfully opend
[softdevice] Video Out seems to be OK
[softdevice] Initializing Audio Out
[softdevice] Audio out seems to be OK
[softdevice] A/V devices initialized, now initializing MPEG2 Decoder
pvrinput: 20:22:03 Detected input 0: Tuner 1
pvrinput: 20:22:03 found 1 PVR device
aber wenn ich vdr mit ./vdr ... starte:
...
[softdevice] Subplugin successfully opend
[softdevice] Video Out seems to be OK
[softdevice] Initializing Audio Out
[softdevice] Audio out seems to be OK
[softdevice] A/V devices initialized, now initializing MPEG2 Decoder
pvrinput: 20:23:52 Detected input 0: Tuner 1
pvrinput: 20:23:52 found 1 PVR device
pvrinput: 20:23:52 cPvrDevice::ProvidesChannel 1 Das Erste 196250 0 BFCF618B
pvrinput: 20:23:52 cPvrDevice::ProvidesSource C
pvrinput: 20:23:52 cPvrDevice::ProvidesCa 1 Das Erste 161
pvrinput: 20:23:52 cPvrDevice::ProvidesCa 1 Das Erste 161
pvrinput: 20:23:52 cPvrDevice::SetChannelDevice 1 Das Erste 196250 0
pvrinput: 20:23:52 cPvrDevice::SetPid 301 5 1
pvrinput: 20:23:52 cPvrDevice::SetPid 300 6 1
pvrinput: 20:23:52 cPvrDevice::OpenDvr
[softdevice] allocating picture buffer for resolution 720x576 format 0
[dfb] (re)configuring Videolayer to 720 x 576 (720x576)
[dfb] creating new surface (stretchBlit)