Is possible deepstream python multisrc image to rtsp out

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.1
• TensorRT Version 8.4
• NVIDIA GPU Driver Version (valid for GPU only) CUDA 11.7
II am attempting to make the deepstream pipeline provide multiple images as input to the RTSP out or another sink.
Can you provide me with the pipeline link structure in Python, if that is possible?
This thread works when I make it.
multifilesrc.link(jpegdec)
jpegdec.link(video_convert)
video_convert.link(video_convert)
video_convert.link(encode)
encode.link(oggmux)
oggmux.link(file_sink)

but I am adding Pgie (Nvinfer) and get the link error.

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 refer to the link below, change the filesrc to multifilesrc.
https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/blob/master/apps/deepstream-segmentation/deepstream_segmentation.py#L155

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