Webrtc on deepstream pipeline

• Hardware Platform Jetson
• DeepStream Version DeepStream 7.0

Hi, I am currently using this pipeline nvurisrcbin (n sources) → streammux → nvinfer → nvvideoconvert → nvmultistreamtiler → nvdsosd → nvvideoconvert→ capsfilter → nvv4l2h264enc→ rtph264pay→ udpsink. I would like to convert this pipeline to accept n sources as input from a webrtc client. How can I do this by modifying the nvurisrcbin plugin since it only takes rtsp streams as input?

Using webrtc gateway to forward to rtsp stream is the recommended way for deepstream to process webrtc stream

Such as

# 1.forward webrtc as rtsp
webrtc stream --> mediamtx --> rtsp stream

# 2.deepstream pipeline
nvurisrcbin (input rtsp) --> .....

so should i convert the webrtc stream to rtsp first and feed that to deepstream?

Sorry for the long delay.

Converting the webrtc stream to rtsp is the fastest way to achieve this requirement.