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!