[vdr] unknown picture type error

2007-05-23 Thread Andreas Mair
Hi!

I recently had the UPT error but now there are some logs that are new to me. 
Maybe someone has an idea?
My VDR box runs VDR 1.4.7, DVB-refactoring drivers ~2weeks ago and has two 
DVB-S FF cards.

Thanks in advance!
Andreas

*** LOG ***
May 19 21:17:04 [vdr] [3870] frontend 1 timed out while tuning to channel 1727, 
tp 212168
May 19 21:20:34 [vdr] [3870] frontend 1 timed out while tuning to channel 1855, 
tp 212581
May 19 21:27:46 [kernel] saa7146_i2c_writeout: timed out waiting for end of xfer
May 19 21:41:34 [vdr] [3870] frontend 1 timed out while tuning to channel 1727, 
tp 212168
May 19 21:42:38 [kernel] saa7146_i2c_writeout: timed out waiting for end of xfer
May 19 21:45:04 [vdr] [3870] frontend 1 timed out while tuning to channel 1855, 
tp 212581
May 19 21:49:10 [vdr] [3871] channel 3 (Bayerisches FS) event Sam 19.05.2007 
21:45-21:50 (VPS: 19.05 21:45) 'Rundschau' status 4
...
May 19 22:06:19 [vdr] [3918] cAudioRepacker(0xC0): skipped 576 bytes to sync on 
next audio frame
May 19 22:06:19 [vdr] [3918] cVideoRepacker: found system start code: stream 
seems to be scrambled or not demultiplexed
May 19 22:06:21 [vdr] [3917] ERROR: unknown picture type '4'
May 19 22:06:22 [vdr] [3917] ERROR: unknown picture type '5'
May 19 22:06:22 [vdr] [3917] ERROR: unknown picture type '4'
May 19 22:06:26 [vdr] [3917] ERROR: unknown picture type '6'
May 19 22:06:29 [vdr] [3917] ERROR: unknown picture type '5'
May 19 22:06:39 [vdr] [3917] ERROR: unknown picture type '5'
- Last output repeated twice -
May 19 22:06:43 [vdr] [3917] ERROR: unknown picture type '4'
- Last output repeated twice -
May 19 22:06:49 [vdr] [3917] ERROR: unknown picture type '6'
May 19 22:06:52 [vdr] [3917] ERROR: unknown picture type '4'
May 19 22:06:52 [vdr] [3917] initiating emergency exit
May 19 22:06:53 [vdr] [3836] emergency exit requested - shutting down

-- 
http://andreas.vdr-developer.org --- VDRAdmin-AM
VDR user #303

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


[vdr] 1.5.x Shutdown

2007-05-23 Thread Chris
Hi there,

I recently updated from VDR 1.4.6 to 1.5.2. (with no problems so far, by the
way :)) But today I noticed something which seems to me like a small bug in
vdr's shutdown routines.
My shutdown script checks for different running processes (or connections)
and does not quit vdr if at least one of the tests returns true. But since
1.5.2 (or probably since 1.5.0) the shutdown script remains as a zombie
in such cases until vdr actually quits.

I haven't checked the sources yet, but I guess there's somewhere a call to
close() (or pclose()) for the opened pipe(s) missing.

-- 
Chris


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


[vdr] Re: How to customize lcdproc for vdr ?

2007-05-23 Thread kafifi
> >> I am using vdr-1.4.7, and vdr-lcdproc-0.0.10-jw2, to drive a 16x2 
> >> characters imon VFD module.
> >>
> >> The display is really nice, but 16x2 isn't enough to display all 
> >> datas. I would customize lcdproc to remove all EPG informations, 
> >> and display only time, channel number and channel name.
> >>
> >> Could someone help me to do this customization ?
> >>
> >> Thanks a lot.
> >
> >Hi,
> >I have a 2x20 LC display and once made this patch. It introduces a 
> >new
>
> option "show time"
>
> >whice you can disable to have more useful information on your display.
> >S.
>
> I don't know why, the patch didn't applied without reject, then I made 
> all modifications manually. All is ok now, your customisation is great !
>
> One more thing : I would like to disable EPG data. Do you plan to add 
> such option ?
>
If you disable EPG data too, then what's left ? Only the channel name in the
top line ?

S.

I would like to do one of theses schemes : 

Line 1 : Channel n° XXX 
Line 2 : Channel name

or

Line 1 : date --- time
Line 2 : Channel number --- channel name 

I should be great if theses profiles could be choosen by a setup option.



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


[vdr] Re: How to customize lcdproc for vdr ?

2007-05-23 Thread Sebastian Frei

>
> I would like to do one of theses schemes :
>
> Line 1 : Channel n° XXX
> Line 2 : Channel name
>
> or
>
> Line 1 : date --- time
> Line 2 : Channel number --- channel name
>
> I should be great if theses profiles could be choosen by a setup option.
>
>

Hello,

maybe I could do this, but not in the next 4 weeks. Perhaps Joachim Wilke 
could do this too, if you ask him. 
(http://www.joachim-wilke.de/show.htm?alias=vdr-patches)

S.

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


[vdr] Re: How to customize lcdproc for vdr ?

2007-05-23 Thread kafifi
 
>> I would like to do one of theses schemes :
>>
>> Line 1 : Channel n° XXX
>> Line 2 : Channel name
>>
>> or
>>
>> Line 1 : date --- time
>> Line 2 : Channel number --- channel name
>>
>> I should be great if theses profiles could be choosen by a setup option.
>>
>>

Hello,

maybe I could do this, but not in the next 4 weeks. Perhaps Joachim Wilke
could do this too, if you ask him. 
(http://www.joachim-wilke.de/show.htm?alias=vdr-patches)

S.

Because it's just a visual improvement, and not a critical feature, I am not
in a hurry. No problem to way several weeks. Anyway, I'll try to ask to
Joachim about this, and I will keep you informed.

Thanks a lot for your help.



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