Hi guys,
When I start a recording of the current show in VDR, the show stops completely leaving a black screen. The recording plays back fine after I stop it. Is there a setting that I may have overlooked?
Thanks, Arnold
Hi guys,
On 2/15/06, Arnold Ho ailinglist@gmail.com wrote:
Hi guys,
When I start a recording of the current show in VDR, the show stops completely leaving a black screen. The recording plays back fine after I stop it. Is there a setting that I may have overlooked?
Thanks, Arnold
Any ideas what could be going on? For what it's worth, here is the output from vdr, from startup, to displaying a channel, hitting Record, a Recording Started message, a Low disk space message(still have ~18min free), black screen and finally program exit.
# vdr -P "softdevice -vo xv:" -l 3 [softdevice] processing args [softdevice] argv [0] = softdevice [softdevice] argv [1] = -vo vo_argv: xv: PARSE repeat 0 PARSE repeat 0 PARSE repeat 0 PARSE repeat 0 PARSE repeat 0 PARSE repeat 0 PARSE repeat 0 PARSE repeat 0 [softdevice] initializing Plugin [softdevice] Initializing Video Out [softdevice] ffmpeg version(CVS) build(3342336) [XvVideoOut]: displayAspect = 1.334615, displayRatio = 1.333333, PAR = 1.000962 [XvVideoOut]: max area size 1440 x 1080 [XvVideoOut]: using area size 736 x 576 [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 cSoftDevice::MakePrimaryDevice CMD[9417]:SetAudioMode 0 CMD[9418]:SetPlayMode PmAudioVideo CMD[9418]:Start IsSuspended 0 CMD[9419]:init put byte finished CMD[9428]:Neuer Thread gestartet: Mpeg2Decoder pid 7954 CMD[9844]:new Video stream index.. old -1 new 0 CMD[9844]:Neuer StreamDecoder Pid: 7954 context 0x82ed0f0 type 0 CMD[9845]:Neuer Thread gestartet: pid:7956 type 0 CMD[0052]:SetAudioMode 0 CMD[0107]:new Audio stream index.. old -1 new 1 CMD[0107]:Neuer StreamDecoder Pid: 7954 context 0x8308f40 type 1 CMD[0157]:Neuer Thread gestartet: pid:7957 type 1 CMD[3637]:Suspend CMD[3637]:Stop CMD[3643]:Thread beendet : mpegDecoder pid 7954 CMD[3653]:stopping video CMD[3676]:thread finished pid: 7956 type 0 CMD[3684]:~cStreamDecoder: context 0x82ed0f0 CMD[3685]:stopping audio CMD[3704]:thread finished pid: 7957 type 1 CMD[3704]:~cStreamDecoder: context 0x8308f40 CMD[3704]:Stop finished X connection to :0.0 broken (explicit kill or server shutdown).
Thanks, Arnold
Arnold Ho schrieb:
Hi guys,
On 2/15/06, Arnold Ho ailinglist@gmail.com wrote:
Hi guys,
When I start a recording of the current show in VDR, the show stops completely leaving a black screen. The recording plays back fine after I stop it. Is there a setting that I may have overlooked?
Thanks, Arnold
Any ideas what could be going on? For what it's worth, here is the output from vdr, from startup, to displaying a channel, hitting Record, a Recording Started message, a Low disk space message(still have ~18min free), black screen and finally program exit.
I guess your record key is "r"??? This key is taken by the softdevice and used for the suspend/resume function. The capture of this key used to be switched off by default, but a quick check showed that it is now activted. You have to possibilities: - use a different key for recordings, - or edit the softdevice's Makefile and comment out the line SUSPEND_BY_KEY = 1, do a make clean in the softdevices source directory and recompile the softdevice
Bye, Martin
Hi guys,
On 2/16/06, Martin Wache M.Wache@gmx.net wrote:
I guess your record key is "r"??? This key is taken by the softdevice and used for the suspend/resume function. The capture of this key used to be switched off by default, but a quick check showed that it is now activted.
Yep. That was it. Never occured to me that it was mapped to both functions. Thanks.