Video streaming problems

Hi,

Now, the video stream pushed by Deepstream combines the multi-channel analyzed video stream into one channel
code stream. Can the processed multi-channel video stream output URL address respectively?

Hi,
It is possible. Please refer to
https://devtalk.nvidia.com/default/topic/1065137/deepstream-sdk/pipeline-to-send-multiple-sources-to-multiple-sinks-/post/5393858/#5393858
https://devtalk.nvidia.com/default/topic/1065536/deepstream-sdk/how-to-save-output-videos-deepstream-app-to-individual-files-and-what-is-need-to-change-in-congif-f-/post/5396000/#5396000
And configure sink* to RTSP per document

Thanks!

 Two video streams(2 EglSink + 2 Encode + 2 rtsp) are processed separately and pushed.One url address is "rtsp://localhost:8554/ds-test",then another url address  is ?

Hi,
Please try different port number, such as rtsp-port=8555