• Hardware Platform (Jetson / GPU) Jetson • DeepStream Version 7.1 • JetPack Version (valid for Jetson only) 6.1 • TensorRT Version 10.6 • NVIDIA GPU Driver Version (valid for GPU only)
In practical application, i have one useful rstp , and also have other unused rtsp from other cameras,but the cameras dont used .then i want to add new rtsp input when it used . But this case, the input rtsp must be exist. So how to do add new rtsp and dont influence the older rtsp infer
did you modify deepstream_rt_src_add_del.py? this sample does not support adding new url dynamically. please refer to deepstream-server for how to add and delete source by multiurisrcbin.
it is in DeepStream SDK. the path is /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-server/. please refer to the plugin introduction doc.