WebRTC hardware encoding package use cases

Hi Folks, I’m using gstreamer pipeline with webrtcbin element to view video from camera in the browser. My pipeline looks like this:
v4l2src → nvv4l2h264enc → rtph264pay → webrtcbin

So in this pipeline I’m already using hardware encoding and I want to understand what is the use case of the webrtc package which Nvidia provides, can I incorporate it to my pipeline to get performance benefit?

Hi,
The package is for directly using webrtc and cannot be applied to gstreamer. In gstreamer, you would need to use gstreamer plugins for development.

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