RTSP Latency

cowprod cowprod at gmail.com
Thu Apr 7 13:49:59 UTC 2016


May I post here gst-player debug  ? or a link to the debug ?

2016-04-04 9:27 GMT+02:00 Sebastian Dröge-3 [via GStreamer-devel] <
ml-node+s966125n4676722h65 at n4.nabble.com>:

> On Fr, 2016-04-01 at 07:08 -0700, cowprod wrote:
> > Hi Sebastian,
> >
> > I'm trying to retrieve information about the decoder use to play the
> current
> > RTSP stream.
>
> The easiest would be to just take a look at the debug logs. The second
> easiest would be to use the GstBin API to iterate through playbin once
> it started playback, i.e. gst_bin_iterate() and
> gst_bin_iterate_recurse() could be useful here.
>
> Basically, if there is no audio in your pipeline anymore, the only
> latency you will observe from GStreamer is a) the video decoder latency
> and b) the rtpjitterbuffer latency.
>
> a) is most likely using vtdec here, Apple VideoToolbox based decoder.
> Unfortunately that API does not provide proper latency information so
> we're doing guesses here, and those guesses are better if you use
> baseline profile.
> You could alternatively try the libav software decoder, avdec_h264.
>
> b) is what you configure on rtspsrc.
>
> --
> Sebastian Dröge, Centricular Ltd · http://www.centricular.com
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=4676722&i=0>
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
> *signature.asc* (968 bytes) Download Attachment
> <http://gstreamer-devel.966125.n4.nabble.com/attachment/4676722/0/signature.asc>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://gstreamer-devel.966125.n4.nabble.com/RTSP-Latency-tp4676606p4676722.html
> To unsubscribe from RTSP Latency, click here
> <http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4676606&code=Y293cHJvZEBnbWFpbC5jb218NDY3NjYwNnw4NjI3NTk3NTM=>
> .
> NAML
> <http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RTSP-Latency-tp4676606p4676794.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160407/d11cf260/attachment.html>


More information about the gstreamer-devel mailing list