**• Hardware Platform (Jetson / GPU): Jetson Nan
**• DeepStream Version: 6.0.1
**• JetPack Version: 4.6
• TensorRT Version 8.0
**• Issue Type: Bug
**•.Hi, currently I am using deepstream base on runtime_source_add_delete to initialize AI processes at runtime, currently I want at each process initialization this will output its own RTSP stream. I read through rtsp-in-rtsp-out and found that it is only supporting a single RTSP stream. Any idea in this case
deepstream_reference_apps/runtime_source_add_delete/deepstream_test_rt_src_add_del.c at master · NVIDIA-AI-IOT/deepstream_reference_apps (github.com) is just a sample of how to add/remove sources dynamically when the pipeline is in PLAYING state. The code is open source. You can modify the sample code to add more sources, or you can just refer to the source_bin add/remove logic to write your own app.
My aim is that at runtime, I can add a source (rtsp of camera) that processes AI and outputs an RTSP link. so if i have 10 rtsp as input, i can have 10 rtsp as output
You can refer to the method of how to add/remove sources and you have to construct your own pipeline.
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’ve got the right samples, you need to refer to them to write your own app.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.