[Bug 757565] rtpmp2tpay: Add property to aggregate multiple TS packets or not
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 4 02:36:57 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757565
--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
I think we should just not aggregate, to minimise latency, which is usually the
desired behaviour for RTP.
Anyone who wants to make sure output buffers are always full can just chunk the
input accordingly.
The aggregation may have been required previously because mpegtsmux at some
point used to push every single mpeg-ts packet as individual buffer to
downstream (now it at least pushes a buffer list of one-buffer-per-packet
buffers ;-))
Anyway: should check that approach works with what tsmux outputs I guess.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list