I'm trying to acquire a MPEG TS over UDP. But I realized that the MPEGDemux uses a MPEGProgramStreamParser that's why it won't work. To the best of my understanding I don't think there is a MPEG TS parser in livemedia, is that true?

The closest thing that we have to a 'MPEG TS parser' is "MPEG2TransportStreamFramer", which is (quoting the header file):

// 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.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to