How to control fps of deepstream pipeline for rtsp streams?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 5
• TensorRT Version 7.1
**• NVIDIA GPU Driver Version (valid for GPU only)**440+
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description) Question

I want to control the fps of the pipeline for rtsp source. Example - I need a parameter like fps=10. So that the pipeline runs at 10 or less fps.

I could not use drop frame interval, because a rtsp stream can have variable fps and we may not know the fps of the rtsp streams.

As you said, rtsp stream fps is variable, and we can not control it. DeepStream is just a RTSP client. GStreamer rtsp just implements the standard RTSP protocol RFC 2326: Real Time Streaming Protocol (RTSP).