Re: [Live-devel] PES packet sizes

2007-06-19 Thread Ross Finlayson
>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

Re: [Live-devel] PES packet sizes

2007-06-19 Thread Julian Lamberty
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

[Live-devel] PES packet sizes

2007-06-19 Thread Christian Frahm
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?