Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• 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 have thousands of short videos on the server, how to process one afer one without reinit the pipeline? I write a demo based on the runtime_add_delete_source
example, after get the eos , I replace the source_bin and set the uri to the next video, but it doesnot work, no Sources found at the input of muxer. Unable to change the muxer state to playing
is there any other solution to do such work? thanks