<div dir="ltr">May I post here gst-player debug  ? or a link to the debug ?</div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-04 9:27 GMT+02:00 Sebastian Dröge-3 [via GStreamer-devel] <span dir="ltr"><<a href="/user/SendEmail.jtp?type=node&node=4676794&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>></span>:<br><blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">

        On Fr, 2016-04-01 at 07:08 -0700, cowprod wrote:
<br>> Hi Sebastian,
<br>> 
<br>> I'm trying to retrieve information about the decoder use to play the current
<br>> RTSP stream.
<br><br></span>The easiest would be to just take a look at the debug logs. The second
<br>easiest would be to use the GstBin API to iterate through playbin once
<br>it started playback, i.e. gst_bin_iterate() and
<br>gst_bin_iterate_recurse() could be useful here.
<br><br>Basically, if there is no audio in your pipeline anymore, the only
<br>latency you will observe from GStreamer is a) the video decoder latency
<br>and b) the rtpjitterbuffer latency.
<br><br>a) is most likely using vtdec here, Apple VideoToolbox based decoder.
<br>Unfortunately that API does not provide proper latency information so
<br>we're doing guesses here, and those guesses are better if you use
<br>baseline profile.
<br>You could alternatively try the libav software decoder, avdec_h264.
<br><br>b) is what you configure on rtspsrc.
<br><br>-- 
<br>Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="nofollow" link="external" target="_blank">http://www.centricular.com</a><span class=""><br><br>_______________________________________________
<br>gstreamer-devel mailing list
<br><a href="http:///user/SendEmail.jtp?type=node&node=4676722&i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="nofollow" link="external" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br></span><div><br><img src="http://gstreamer-devel.966125.n4.nabble.com/images/icon_attachment.gif"> <strong>signature.asc</strong> (968 bytes) <a href="http://gstreamer-devel.966125.n4.nabble.com/attachment/4676722/0/signature.asc" rel="nofollow" link="external" target="_blank">Download Attachment</a></div>

        
        
        
        <br>
        <br>
        <hr noshade size="1" color="#cccccc">
        <div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif"><span class="">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                </span><a href="http://gstreamer-devel.966125.n4.nabble.com/RTSP-Latency-tp4676606p4676722.html" target="_blank" rel="nofollow" link="external">http://gstreamer-devel.966125.n4.nabble.com/RTSP-Latency-tp4676606p4676722.html</a>
        </div><div class="HOEnZb"><div class="h5">
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from RTSP Latency, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.<br>
                <a href="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" rel="nofollow" style="font:9px serif" target="_blank" link="external">NAML</a>
        </div></div></div></blockquote></div><br></div>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/RTSP-Latency-tp4676606p4676794.html">Re: RTSP Latency</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>