Pipeline won't exit when the input video file ends

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) V100
• DeepStream Version 7.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

I’m using deepstream-test5-app in DeepStream 7.0. The input is a video file, and I already set file-loop=0 in the configuration file and drop-pipeline-eos=0 in Streammux group. When the process is done, the pipeline says the live source is 0, but it won’t exit and keeps showing 0.0 in Perf log. How should I make it stop and exit gracefully?

Thanks!

The deepstream-test5-app can be stopped by push “q” button when the xwindow is on top.

Hi Fiona,

Thank you for your response. I actually ran it in a docker container. Is there any equivalent command to use? Also, is there any way to monitor when the perf turns to 0.0 rather than simply monitor the CPU/GPU utilizaiton?

Best,
Jane

It is just a sample application and it is open source, you can add any method to terminate the app as you like.

When the FPS turns to 0.0, it means no data fluent in the pipeline, no need to monitor the CPU/GPU utilizaiton. Or you can add any monitoring code into the sample as you like.

Is it a bug that the pipeline won’t stop after the end of file?

No. It is not a bug.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.