Deepstream rtsp output in tcp mode

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)jetson
**• DeepStream Version6
**• JetPack Version (valid for Jetson only)4.6
**• NVIDIA GPU Driver Version (valid for GPU only) nano

I refer to deepstream_test1_rtsp_in_rtsp_out.py in the python demo of deepstream, but there is a udp multicast problem in my environment, how can I switch to tcp

You need to set “protocol” property of rtspsrc plugin as " GST_RTSP_LOWER_TRANS_TCP with decodebin_child_added function.
https://gstreamer.freedesktop.org/documentation/rtsp/rtspsrc.html?gi-language=c#rtspsrc:protocols

This is basic gstreamer coding skills. Please refer to gstreamer resources. https://gstreamer.freedesktop.org/

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