[Live-devel] MPEG2TransportStreamFramer enhancement
Napoleon Cornejo
ncornejo at gmail.com
Thu Jul 6 16:34:16 PDT 2006
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.
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 ......
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20060706/cf4230e0/attachment.html
More information about the live-devel
mailing list