rtsp audio/video streaming using Gstreamer Android

Sérgio Agostinho sergio.r.agostinho at gmail.com
Tue Mar 17 02:40:27 PDT 2015


The rtspsrc that playbin is likely invoking has a default latency of 2
seconds. I'm guessing you might be able to access the playbin source
property, and with a little bit of luck, it will return you the rtspsrc
element. Once you can access the rtspsrc, just set the latency to your
needs.

Cheers

2015-03-17 9:44 GMT+01:00 pushpa <pushpalatha.sg at mistralsolutions.com>:

> Application executed successfully after using
> binaries from http://gstreamer.freedesktop.org/data/pkg/android/1.4.5/
> and  Gstreamer Android Tutorials from
> http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/
>
> So with this pipeline
> data->pipeline = gst_parse_launch("playbin
> uri=rtsp://192.168.1.100:8554/ss", &error);
>
> Audio and Video are playing fine with sync, but there's almost 2~3 seconds
> of latency
> How to reduce latency?
>
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/rtsp-audio-video-streaming-using-Gstreamer-Android-tp4671126p4671168.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/20150317/ff944be7/attachment.html>


More information about the gstreamer-devel mailing list