Mailing List archive

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

[vdr] Re: VDR developer version 1.3.1



Klaus Schmidinger wrote:
> 
> Martin Neuditschko wrote:
> >
> > On Sun, Jan 11, 2004 at 05:13:52PM +0100, Klaus Schmidinger wrote:
> > > VDR developer version 1.3.1 is now available at
> > >
> > >     ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.1.tar.bz2
> >
> > I tested it, but it does not work for me.
> > I am using a DVB-c card and I know that EPG is not working for me
> > (also in previous versions e.g. vdr-1.1.x)
> >
> > On some channels I get a picture for about 0.5 - 1 sec. and then
> > for 1 - 2 sec. there is only a black screen.
> > I looked into my syslog and there are many entries:
> > (Following block is written about each 2nd second into the syslog)
> >
> > Jan 12 17:35:50 melchior vdr[30621]: retuning due to modification of channel 1
> > Jan 12 17:35:50 melchior vdr[30621]: switching to channel 1
> > Jan 12 17:35:52 melchior vdr[30625]: changing transponder data of channel 1 from C:314000:5:6900:0 to C:370000:5:6900:0
> > ...
> > Jan 12 17:35:54 melchior vdr[30625]: changing transponder data of channel 1 from C:370000:5:6900:0 to C:314000:5:6900:0
> 
> That's very strange. This would mean that the frequency for the transponder
> of channel 1 is broadcast differently in two different NITs, once as 314000
> and then as 370000.
> 
> Could you please insert the line
> 
>   dsyslog("NIT: %s %d", cSource::ToString(Source()), Transponder());
> 
> right after
> 
>   case SI::SatelliteDeliverySystemDescriptorTag: {

Sorry, this should have been

  case SI::CableDeliverySystemDescriptorTag: {

> in VDR/nit.c and post the same sequence of log data as in your original posting
> (which then should contain at least two NIT lines)?
> 
> Oh, and just for clarity: do you happen to have _two_ different cables?
> 
> Klaus


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



Home | Main Index | Thread Index