Hi Franck,
Franck Wrote:
> Could you give more details on the following flags:
> #define DVB_DMX_WAIT_FOR_PUSI (1 << 2)
"Wait for payload unit start indicator" before outputting packet data to
hardware buffers. This can be used for PES packets to indicate that the
first byte of the TS pay
franck wrote:
>
> Could you give more details on the following flags:
>
> #define DVB_DMX_WAIT_FOR_PUSI (1 << 2)
After the filter has been started, discard incoming TS packets
until the first packet with payload_unit_start_indicator set is
received.
> #define DVB_DMX_OUTPUT_DUPES(1 << 3)