Sample pipeline using WebRTCbin

I am trying to run a deepstream pipeline with webrtc output. But I dont know how to create a full pipeline for this. I need export output stream after nvosd plugin as WebRTC stream, so I can use it for web and mobile app.
Any help, pls?

• Hardware Platform (Jetson / GPU) Jetson Xavier NX
• DeepStream Version 5.1
• JetPack Version (valid for Jetson only) 4.5.1

Hi,
We don’t have much experience in this use-case. Deepstream SDK is based on gstreamer. The information in the website may help:
GStreamer WebRTC: A flexible solution to web-based media

Existing implementations of sink output are listed in
DeepStream Reference Application - deepstream-app — DeepStream 6.1.1 Release documentation
The code is in

/opt/nvidia/deepstream/deepstream-5.1/sources/apps/apps-common/src/deepstream_sink_bin.c

You can check the code and customize it to add WebRTC.

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