GStreamer RTP Audio Pipe line issue
Nicolas Dufresne
nicolas.dufresne at collabora.com
Sun Jan 24 06:54:35 PST 2016
Le dimanche 24 janvier 2016 à 12:24 +0000, Venkatesh Adiga a écrit :
> I have been looking for the suitable gstreamer debug for one way
> audio issue. But I could not succeed. I could see that GST DEBUG
> log that "minimum latency bigger than maximum latencý" error was
> thrown out in case of error scenario.
> If anyone knows more about the error of latency, please throw some
> light. Thank you
This means that the sum of all reported minimum latency of the elements
in your pipeline surpass the buffering capacity of the pipeline. This
basically mean that there is no way to synchronise all stream in this
pipeline. In audio, this is often solved by increasing the buffer-time
on the audio capture element, or by adding queues that are configured
with duration.
Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160124/6723cc33/attachment.sig>
More information about the gstreamer-devel
mailing list