[Bug 757565] rtpmp2tpay: Add property to aggregate multiple TS packets or not
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 4 16:57:22 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757565
--- Comment #6 from YeJinCho <cho.yejin at samsung.com> ---
As now, mpegtsmux ouput could be multiple TS packets.. it depends on the input
of the mpegtsmux.
For example, video I frame input is muxed to more than 7 TS packets.
Actually RTP is designed for low latency streaming which is via UDP.
So aggregation is not good for latency.
But some application could think RTP header is overhead.
Those application could want to aggregate the TS packets for reducing the RTP
header overhead.
I think aggregate property is good for supporting both case.
What's your opinion on this issue?
--
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