Mailing List archive

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

Re: Transport stream



> > I posted an example for this with an AC3 stream last week.
> > You have to set the DATA_PIPING_FLAG (defined in dvb_comcode.h),
> > e.g.:
> > 
> >   struct bitfilter filt1 = {
> >     0x1ff,
> >     { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
> >       0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000},
> >       0x0500|DATA_PIPING_FLAG, 0, FILTER_MEM
> >   };
> > 
> > The filter bytes are not used in this mode.
> 
> It seems to be only one filter of this kind (DATA_PIPING_FLAG) possible,
> is that true? Is it a bug?

No.
I only used it with 2 such filters yet but you can have up to 8.


Ralph


Home | Main Index | Thread Index