[Live-devel] MPEG2TransportStreamFramer enhancement

jiri.pinkava at vscht.cz jiri.pinkava at vscht.cz
Mon Jul 17 05:01:59 PDT 2006


On Thu, 6 Jul 2006 16:34:16 -0700
"Napoleon Cornejo" <ncornejo at gmail.com> wrote:

> Does this class add a PID for sound frames?
> 
> I was having a problem with the Aminet 110 STB with sound.  The streamed
> video played ok, but without sound, apparently because the sound had no PID.
> 
> The way I was doing was using the MPEG2TransportStreamFromPESSource class.
> 

This class have nothing to do with PIDs, this only do framing of MPEG2 TS.
There might be something wrong in MPEG2TSMultiplexor or around.

> Napoleon.
> 
> 
> 
> 
> >  On 7/6/06, pinky <jiri.pinkava at vscht.cz> wrote:
> >
> > > There are new release of my TS Framer/Simple Framer. They are tested and
> > working and broken  TS stream, but more testing is willcomen and
> > necessary.
> >
> >
> > // A filter that passes through (unchanged) chunks that contain an
> > integral number
> > // of MPEG-2 Transport Stream packets, but returning (in
> > "fDurationInMicroseconds")
> > // an updated estimate of the time gap between chunks.
> > // C++ header
> >
> > #ifndef _MPEG2_TRANSPORT_STREAM_FRAMER_SIMPLE_HH
> > #define _MPEG2_TRANSPORT_STREAM_FRAMER_SIMPLE_HH
> >
> > #ifndef _FRAMED_FILTER_HH
> > #include "FramedFilter.hh"
> > #endif
> >
> > #define TRANSPORT_PACKET_SIZE 188
> >
> > class MPEG2TransportStreamFramerSimple: public FramedFilter {
> > public:
> >
> 
> ........ MESSAGE LENGTH TRIMMED ......
> 


More information about the live-devel mailing list