Halim Sahin wrote: > Hi Klaus, > > I made my tests with an unpatched vdr. > Now the question is where to go on with debuging > or why vdr tries to change channelnames etc without swithing > to > another channel on a different trnasponder? The only place where the name of an existing channel is changed is channel->SetName(pn, ps, pp); in cSdtFilter::Process(). Print out pn, ps and pp there when switching between the two channels and post the result. Klaus