<div dir="ltr">I have noticed a significant CPU cost for MP2T myself, though I run at *MUCH* lower bitrates. There is also the issue that MPEG2 TS breaks the bitstream into ridiculously small packets (188 bytes of data), which also imposes some burden.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 9, 2013 at 10:15 AM, cfadeley <span dir="ltr"><<a href="mailto:chrisfadeley@gmail.com" target="_blank">chrisfadeley@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Has anyone else experience issues with the mpegtsmux plugin at high bitrates?<br>
Seems like any point higher than 3mb/s causes frames to be dropped by the ts<br>
muxer.<br>
<br>
I am streaming out to rtp using gst-rtsp-server.<br>
<br>
When compressing an image to a bitrate of 5mb/s I can do the following:<br>
encoder --> rtph264pay --> server<br>
and I will have the expected framerate produced all the way through the<br>
pipeline (30fps).<br>
<br>
But if I add a ts to the system:<br>
encoder -->mpegtsmux -->rtpmp2tpay -->server<br>
I get a much lower framerate of around 20fps.<br>
<br>
Again this only happens at higher bitrates and I can confirm it is not the<br>
encoder since I can watch the framerate out of the encoder. This results in<br>
the issue either at the mpegtsmux or the rtp payloder. And I doubt it is<br>
the later since it is so simple.<br>
<br>
I can also see that at higher bitrates the mpegtsmux plugin has a much<br>
higher CPU usage. And i would not be surprised if this causes the drops in<br>
frames due to the mpegtsmux failing to keep up.<br>
<br>
I am just curious if anyone else is aware of this issue and/or if it is only<br>
on my side of things.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/mpegtsmux-at-high-bitrates-tp4662473.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/mpegtsmux-at-high-bitrates-tp4662473.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>