Drop Frame on Remote Live RTSP

We are trying to access remote RTSP in my deepstream test app 3 (python) when I was run test app many frame drop and facing high latency and not getting proper result ,is there any property in python test app like drop-on-latency to set in source or stream muxxer to resolve this problem and getting proper frame in input with low latency . Thanks

Can you tell us your platform and software information?
• Hardware Platform (Jetson Nano)
• DeepStream Version 5.0 GA
• JetPack Version (4.4)
• TensorRT Version 7

Thanks @Fiona.Chen
We trying on two different platform

  1. Jetson xavier NX ,Deepstream 5.0 , Jetpack 4.4 ,TensorRT 7.1
  2. GTX 1650 , Deepstream 5.0 , TensorRT 7.1

Any help is appreciated in this regards. Thanks

Can you try adding “sink.set_property(“sync”,0)” after sink element is created?

Thanks @Fiona.Chen
We already try with ’ sink.set_property(“sync”,0) ’ but not getting proper output.

Perhaps you can try “source-setup” signal of uridecodebin to set rtspsrc property.
https://www.freedesktop.org/software/gstreamer-sdk/data/docs/2012.5/gst-plugins-base-plugins-0.10/gst-plugins-base-plugins-uridecodebin.html#GstURIDecodeBin-source-setup