how to add the gstremer pipeline in between while relaying the webrtc stream to another client

i have written a gstremer pipeline in C which does some manipulation on on the rtp stream. i want to relay the webrtc connection of every client through that gstremer pipeline using mediasoup.

can somebody give me some examples or some pointers how to do so .

thanks

You don’t do that with mediasoup. Instead you consume stream with GStreamer, publish processed stream back and consume processed stream by clients. Docs contain information on how to do that and there are many examples online.

1 Like