RTSP source id and RTSP link mapping in deepstream

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) : NVIDIA GeForce RTX 3090
• DeepStream Version : 6.3
• JetPack Version (valid for Jetson only)
• TensorRT Version : 12.2
• NVIDIA GPU Driver Version (valid for GPU only) : 535.104.05
• 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)

in deepstream-test3.py how to get RTSP source ID and its RTSP URL from inside pgie_src_pad_buffer_probe function

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

You can not get the url from the pgie_src_pad_buffer_probe. You can only get the source id from the frame_meta.source_id. If you want to make a one-to-one correspondence, you can record it in advance.
i is the source id.
uri_name is the url.

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