<div dir="auto">Dear Team,<div dir="auto"><br></div><div dir="auto">I have running gst-rtsp-server pipeline on android smartphone device. Requirement is to stream 1080p at 60fps. Gstreamer pipeline is :</div><div dir="auto">appsrc stream-type=0 is-live=true do-timestamp=true format=GST_FORMAT_TIME ! video/x-raw,format=NV12,width=1920,height=1080,framerate=60/1 ! videoflip ! queue ! amcvidenc-omxexynosavcencoder bitrate=4*1024*1024 i-frame-interval=2 ! h264parse ! queue ! rtph264pay name=pay0 pt=96</div><div dir="auto"><br></div><div dir="auto">The video quality when played in VLC or gstreamer rtsp client pipeline is good. But when fast moving objects like vehicles are there, video doesnt look smooth.</div><div dir="auto"><br></div><div dir="auto">Can you please guide this.</div><div dir="auto"><br></div><div dir="auto">Gstreamer client on windows i run this pipeline to verify fps :</div><div dir="auto">gst-launch-1.0.exe uridecodebin uri=rtsp://Ip:port latency=0 ! fpsdisplaysink video-sink=autovideosink</div><div dir="auto"><br></div><div dir="auto"><br></div></div>