To edit config file for using Deepstream-app with udp source?

Hello,

I want to see the video from camera which is streaming udp source in Deepstream-app

I have an EOIR like below setting. VLC and opencv-python is working this URL(udp://@225.11.12.13:1234)

  • Transport layer protocol : UDP
  • Multicast IP
  • Streaming protocol : MPEG-TS
  • H.265

I have edited config file like this. But It is not working.

[source0]
enable=1
type=4 #4
uri=udp://@225.11.12.13:1234
num-sources=1
gpu-id=0
cudadec-memtype=0
select-rtp-protocol=0

Let me know how to set up the config file.

Thanks for helping.

lease provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi,
type=4 is for RTSP source. Please check if you can launch the udp source in uridecodebin:

$ gst-launch-1.0 uridecodebin uri='udp://@225.11.12.13:1234' ! nvoverlaysink

If you can see video preview, please set to type=2 and give it a try.

1 Like

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