<div dir="ltr"><div><br></div><div>I'm testing gst-rtsp-server, but the framerate of the stream doesn't seem to be getting passed to the client.  The server is 1.4.5 (i.mx6) and the client is 1.6.1.</div><div><br></div><div>The server is running test-launch with a pipeline of "(videotestsrc pattern=18 is-live=true do-timestamp=true ! video/x-raw,format=I420,width=640,height=480,framerate=(fraction)30/1 ! queue ! vpuenc_h264 gop-size=5 bitrate=5000 ! rtph264pay name=pay0 pt=96 )" </div><div><br></div><div>The client is using this pipeline: gst-launch-1.0 -v rtspsrc location=rtsp://<a href="http://192.168.43.1:8554/test">192.168.43.1:8554/test</a> latency=50 ! decodebin ! autovideosink</div><div><br></div><div>The video plays, but it looks like framerate isn't getting passed to the client.  All framerates are showing 0/1.  When I play this stream with VLC, it is very jerky, I assume because of the lack of framerate information.</div><div><br></div><div>This is the receiver side output  <a href="http://pastebin.com/QgTYWjpP">http://pastebin.com/QgTYWjpP</a><br></div><div><br></div><div>Am I missing something here?</div><div><br></div></div>