Mailing List archive

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

[vdr] Re: channel switch audio pid issue



Zierath Bernd wrote:
> 
> Hi,
> 
> there seems to be a litle glitch in dvbapi.c , if  you have a channel with
> audio pid > 0 and you switch to another  channel  witch have audio pid=0 and
> it is on the same transponder you hear the audio from previous channel. I
> found this with german cable (channel Leitseite).

I'm not sure if VDR is to blame here.

In cDvbApi::SetChannel() it first turns off all PIDs by calling, for instance,

  SetApid1(0x1FFF, DMX_OUT_DECODER);

and if a specific PID of the new channel is 0 it later doesn't turn
it on again in cDvbApi::SetPid().

Maybe I'm doing something wrong here, but I can't see what that
would be.

Any ideas, anybody?

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________



Home | Main Index | Thread Index