Loop the input source streams infinitely

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 5.0
• JetPack Version (valid for Jetson only) 4.4
• TensorRT Version 7.1.3
• NVIDIA GPU Driver Version (valid for GPU only)

I’m using input source as RTSP URL. I have streamed it via another host PC, the duration of this URL is finite. I want to read the source infinitely until we kill the application. Is there a way?

Unfortunately

[tests]
file-loop=1

does not seem to work. Any cues would be welcome.

Currently “file-loop” only works for multiple file sources with deepstream-app. Multiple file source can support rtsp too. Have you tried rtsp with multiple file source?

Hi Fiona, is there an equivalent to file-loop for deepstream python applications?

Hi ashwin.ramesh1,

Please help to open a new topic. Thanks