question about MP2T support

Tim-Philipp Müller t.i.m at zen.co.uk
Wed May 15 14:45:33 PDT 2013


On Wed, 2013-05-15 at 16:54 -0400, Chuck Crisler wrote:

> I have been working on a couple of issues and found something I don't
> understand. When working with legacy versions of our product using
> VLC, the MP2T packets are bundled into 1368 byte packets containing
> about 7 188 byte MP2T packets plus a header. When GStreamer each
> packet contains a single 188 byte MP2T packet plus an IP header. Is
> there a way to bundle these single MP2T packets into larger packets in
> GStreamer?

... ! mpegtsmux alignment=7 ! ...

or

... ! rndbuffersize min=1316 max=1316 ! ...

(with 1.x as in git master)

Cheers
 -Tim




More information about the gstreamer-devel mailing list