MediaSoup SFU communicates with another MediaSoup SFU through WebRTC transport?

Is this scenario supported?(MediaSoup SFU communicates with another MediaSoup SFU through WebRTC transport).

For example:
browser <–webrtc–> MediaSoup SFU 1 <–webrtc–> MediaSoup SFU 2 <–> browser

No. mediasoup is ICE lite. Now the question is: why do you need/want to communicate 2 mediasoup servers using WebRTC instead of using PipeTransport with SRTP? Have you read the docs or is this a random question?

1 Like

Thanks for explanation.
I’m considering to integrate mediasoup server directly into our terminal device with multiple cameras, instead of using C++ client API library.

I previously thought that maybe local rtp + mediasoup server + nodejs is easier than using C++ client library .

libmediasoupclient is the appropriate thing to use in client side.