How to change default latency value of rtsp stream

Chuck Crisler ccrisler at mutualink.net
Wed Sep 16 07:58:15 PDT 2015


The latency is set in the latency property. If you are using gst-launch,
specify latency=nnnn as part of the pipeline. If you are using a program,
then you can set properties with g_object_set(). There are GStreamer and
GLib examples.

On Wed, Sep 16, 2015 at 10:08 AM, ironman <serhat.ayser at yandex.com> wrote:

> I am newbie in gstreamer and I am using gstreamer with opencv to capture
> frames from the rtsp stream. But latency is about 2-3 seconds. Altough I
> decrease the resolution of the stream latency does ot change. Proably the
> main reason of the latency is that latency property of the rtpsrc is
> default
> 2000. How can I change this default value. Can I change this latency
> property by going any header file. Thanks in advance.
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/How-to-change-default-latency-value-of-rtsp-stream-tp4673658.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150916/6fa1bfd4/attachment.html>


More information about the gstreamer-devel mailing list