How to view FPS of received RTSP stream

Aleix Conchillo FlaquƩ aconchillo at gmail.com
Thu Jun 16 00:50:50 UTC 2016


On Wed, Jun 15, 2016 at 12:54 PM, Sankar,Aswin Pranav <apsankar at ufl.edu> wrote:
> Hi all,
>
>
> Here's my gstreamer receiver pipeline: gst-launch-1.0 rtspsrc location=
> rtsp://10.20.13.24:8554/test name=r latency=0 ! rtph264depay ! avdec_h264 !
> fpsdisplaysink name=fpssink text-overlay=false video-sink=xvimagesink
> signal-fps-measurements=true
>
>
> 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?
>

If you add -v at the end of the pipeline you will get the information
you want in the terminal.

If you want a text overlay, then you first need to set
text-overlay=true and for that to work you need the "textoverlay"
element which is not built if you don't have pango development files
installed.

Aleix


More information about the gstreamer-devel mailing list