How to add/delete source streams from http/grpc request?

• Hardware Platform (Jetson / GPU): 1080ti
• DeepStream Version: 6.0
• TensorRT Version: latest
• NVIDIA GPU Driver Version (valid for GPU only): 470.82.01
• Issue Type( questions, new requirements, bugs): question

The example runtime_source_add_delete shows how to add and delete sources at runtime.
Does deepstream have function to support if new source requests from http/grpc ?

Thanks

1 Like

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU):
• DeepStream Version:
• TensorRT Version:
• NVIDIA GPU Driver Version (valid for GPU only):
• Issue Type( questions, new requirements, bugs): question

Specifically, I’d like to change pipeline such as add/remove source during the program running. I want to notify deepstream of the specific new source using http client.

Is there some way to get events from other applications or http?

Should I use flask server to control pipeline, or some built-in function in deepstream or gstreamer?

Yes. Application need control the pipeline.

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