gst-launch issue with both audio and video
Tim Müller
tim at centricular.com
Sat Feb 17 10:05:13 UTC 2018
On Fri, 2018-02-16 at 23:20 -0500, John Hanks wrote:
Hi John,
It could be that the keyframe distance in the MPEG-TS file is fairly
large, larger than the ~1 second of buffering that the queue in the
other branch provides.
Or the bitrate is very high and the video branch queue default limits
are too small for that (max 1 sec, 200 buffers, 1 MB).
Some things to try:
1) Unset non-time limits on both queues:
.. ! queue max-size-buffers=0 max-size-bytes=0 ! ..
2) Increase time limit on both queues, in addition to (1):
.. ! queue max-size-time=3000000000 max... ! ..
3) Try decodebin or decodebin3 instead, or even playbin.
Cheers
-Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
More information about the gstreamer-devel
mailing list