>I am having a few problems while parsing PES stripped from DVB-T
>MPEG-TS to the MPEGDemux Class.
You can't do this. The "MPEG1or2Demux" class is used for parsing
MPEG Program Stream data.
>Secondly , since our aim is to stream the ES... how can I strip the
>ES from PES stream?
You will nee
Hi Christian ;)
I am having a few problems while parsing PES stripped from DVB-T
MPEG-TS to the MPEGDemux Class.
PES coming from DVB-T are indeed very peculiar. First of all, they can
be very big. Some channels had PESs up to 150KB... so first question:
is this correct? Can PES really be unbo
Hi Everyone,
I am having a few problems while parsing PES stripped from DVB-T MPEG-TS to
the MPEGDemux Class.
PES coming from DVB-T are indeed very peculiar. First of all, they can be
very big. Some channels had PESs up to 150KB... so first question: is this
correct? Can PES really be unbounded?