Deepstream-rtsp-in-rtsp-out doesn’t output RTSP stream on VLC

• Hardware Platform (Jetson / GPU): GPU
• DeepStream Version: 6.3
• TensorRT Version: 8.5.3-1+cuda11.8
• NVIDIA GPU Driver Version (valid for GPU only): 525.89.02
• Issue Type( questions, new requirements, bugs): bugs

I tested the deepstream-rtsp-in-rtsp-out, but I couldn’t open the RTSP stream on VLC using:
rtsp://:8554/ds-test.

However, I was able to save the video and view it normally using ffmpeg with the following command:

ffmpeg -i rtsp://:8554/ds-test -c copy output.mp4

Thank!

I have tried on my side, the logs from the vlc like below. It seems that VLC cannot properly receive streams from the gstreamer rtsp server. You can try to ask this issue on the VLC forum to get the solution.

satip error: Failed to play RTSP session
satip error: Failed to teardown RTSP session
access_realrtsp warning: Cseq mismatch, got 1, assumed 0
access_realrtsp warning: only real/helix rtsp servers supported for now

Thank you, how i can process the audio with rtsp in to rtsp out. I want to keep the audio from rtsp

We currently do not have a similar demo, you can refer to the following pipeline to implement your own needs.

          ->video channel(deepstream process)
rtsp->tee
          ->audio channel(audio decoding process)

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

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