Manage multiple source at runtime

Please provide complete information as applicable to your setup.

**• Hardware Platform (GPU) **
• DeepStream Version 6.0
• JetPack Version (valid for Jetson only)
**• TensorRT Version - 8 **
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)

How to manage multiple RTSP output at runtime app, if 1 source stop but the other source keep running without stop the pipeline or the apps?

i need some advices relate the best pipeline

Sorry for the late response, is this still an issue to support? Thanks

Yes, i still have the problem

Do you mean you want to output the video to rtsp?

source is input but not output. What on earth do you want?

yes, I want to make single RTSP output for each Input,
is It possible ?

if yes, can you help me with the pipeline works?

You can use nvstreamdemux to get each stream and output to RTSP server.

https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvstreamdemux.html
When one of the stream finishes, if the EOS message is handled correctly, it will not impact other outputs. deepstream-app has implemented the functions you mentioned, please refer to the doc and code. DeepStream Reference Application - deepstream-app — DeepStream 6.1.1 Release documentation

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