How to use multi rtsp input and multi rtsp output, in muti gpu?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 5.1 ( docker sample 02.26.2021 version)
• JetPack Version (valid for Jetson only)
• TensorRT Version 7.2.2
• NVIDIA GPU Driver Version (valid for GPU only) 460.39

Hello :)
We use computer that have 2gpu(rtx 3080)
but …
The rtx3080 knows that it has a maximum of 3 encodings.

So, we have 2 GPUs, but is it possible to get 3 input RTSPs for each GPU and output a total of 6 RTSP ?

deepstream_multi_gpu

nvstreammux, nvv4l2decoder, nvv4l2h264enc, nvv4l2h265enc all support “gpu_id” settings.
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvvideo4linux2.html
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvstreammux.html

You can use two deepstream pipelines, each for one GPU with 3 streams to handle the 6 streams.

Oh!! Thank you for your answer! :)

I’ll try it and let you know

Thank you!