muaz-khan / RTCMultiConnection

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
https://muazkhan.com:9001/
MIT License
2.56k stars 1.37k forks source link

Is there any way make RTCMultiConnection to be (SFU) server #839

Open WJdenghuo opened 4 years ago

WJdenghuo commented 4 years ago

Is there any way make RTCMultiConnection to be (SFU) server

Quadraphos commented 4 years ago

Is the RTCMultiConnection MCU now?

WJdenghuo commented 4 years ago

RTCMultiConnection only mesh ,no sfu、mcu,can work like janus or combine mediasoup

Quadraphos commented 4 years ago

Thanks for your explanation.

Quadraphos commented 4 years ago

I'm also seeking for one way to make RTCMultiConnection to be SFU. If you have any solution later, could you share here?

WJdenghuo commented 4 years ago

you can try janus-gateway https://webrtchacks.com/sfu-load-testing/

Quadraphos commented 4 years ago

Thanks