<p dir="ltr"><br>
Le 2016-06-15 16:03, "Sankar,Aswin Pranav" <<a href="mailto:apsankar@ufl.edu">apsankar@ufl.edu</a>> a écrit :<br>
><br>
> Hi all,<br>
><br>
><br>
> Here's my gstreamer receiver pipeline: gst-launch-1.0 rtspsrc location= rtsp://<a href="http://10.20.13.24:8554/test">10.20.13.24:8554/test</a> name=r latency=0 ! rtph264depay ! avdec_h264 ! fpsdisplaysink name=fpssink text-overlay=false video-sink=xvimagesink signal-fps-measurements=true<br>
><br>
><br>
> When I launch this pipeline, I receive the rtp stream, but it appears in a normal window, i.e, like an xvimagesink. I cannot see any frame rate counter or indicator. What do I need to change?</p>
<p dir="ltr">You have disabled the overlay, so the information will be posted as application message. Implement a bus handler to receive those. With gst-launch you can add the -m parameter to trace messages.</p>
<p dir="ltr">><br>
><br>
> Thanks,<br>
><br>
> -Aswin<br>
><br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><br>
</p>