Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: DVB-T Berlin / not receiving EPGdata for all channels (vdradmin)



On Fri, 2004-04-02 at 13:54, Juri Haberland wrote:
> Soeren Sonnenburg schrieb:
> > On Thu, 2004-04-01 at 23:11, Juri Haberland wrote:
> >> Soeren Sonnenburg schrieb:
> >> > On Thu, 2004-04-01 at 20:45, Juri Haberland wrote:
> > [...]
> > No, vdr does not have this information present. When I switch to one of
> > these problematic channels then - after a while - EPG data is shown.
> > Also the /video/epg.data file does not contain any EPG data about the
> > channels in question. However putting vdr onto such a channel makes it
> > receive EPG data which in turn is displayed in vdradmin... so there
> > seems to be something wrong in this channel scan... For me it looks as
> > if channels are skipped for some reason
> 
> There are two possibilities:
> Either you have set EPGScanTimeout=0 so that a EPG scan is never done or
> you recorded something and never switched to another channel after this
> recording was done.

Nope. Even if I start vdr (fresh compiled 1.2.6, clean config) it has
this problem. It does not scan all channels but only some.
I did some further investigation and added 

if (channel)
              printf("DEBUG:%s\n",channel->ToText());
          else
              printf("DEBUG:[NULL]\n");

in eit.c in the function cEIT:ProcessEIT right after the cChannel
*channel= ... in the for loop.

and voila, it does never ever mentions ZDF. So it is somehow a bug in
VDR. All that got found is what I also see epg data for (I let it ran
for 20 min. this is the sort -u output)

DEBUG:BBC World:177500:I0C23D0M16B7T8G8Y0:T:27500:49:50:55:0:16387:0:0:0
DEBUG:DSF:754000000:I0C23D12M16B8T8G8Y0:T:27500:129:130:135:0:16392:8468:774:0
DEBUG:Eurosport:754000000:I0C23D12M16B8T8G8Y0:T:27500:577:578:583:0:16420:8468:774:0
DEBUG:FAB:177500:I0C23D0M16B7T8G8Y0:T:27500:3073:3074:3079:0:16576:0:0:0
DEBUG:Kabel 1:658000000:I0C23D12M16B8T8G8Y0:T:27500:161:162:163:0:16394:8468:769:0
DEBUG:N24:658000000:I0C23D12M16B8T8G8Y0:T:27500:225:226:227:0:16398:8468:769:0
DEBUG:ProSieben:658000000:I0C23D12M16B8T8G8Y0:T:27500:305:306;308:307:0:16403:8468:769:0
DEBUG:RTL2:506000:I0C23D0M16B8T8G8Y0:T:27500:353:354:359:0:16406:0:0:0
DEBUG:RTL:506000:I0C23D0M16B8T8G8Y0:T:27500:337:338:343:0:16405:0:0:0
DEBUG:SAT.1:658000000:I0C23D12M16B8T8G8Y0:T:27500:385:386;388:387:0:16408:8468:769:0
DEBUG:Super RTL:506000:I0C23D0M16B8T8G8Y0:T:27500:433:434:439:0:16411:0:0:0
DEBUG:Südwest BW/RP:177500:I0C23D0M16B7T8G8Y0:T:27500:257:258:263:0:16:0:0:0
DEBUG:Testkanal NEUN LIVE:754000000:I0C23D12M16B8T8G8Y0:T:27500:273:274:279:0:16401:8468:774:0
DEBUG:VIVA Plus:754000000:I0C23D12M16B8T8G8Y0:T:27500:529:530:535:0:16417:8468:774:0
DEBUG:VOX:506000:I0C23D0M16B8T8G8Y0:T:27500:545:546:551:0:16418:0:0:0
DEBUG:WDR:177500:I0C23D0M16B7T8G8Y0:T:27500:241:242:247:0:15:0:0:0
DEBUG:[NULL]

Soeren



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index