Query about webrtc video conference
Closed this issue · 2 comments
sridhard commented
Hi,
Can we use SRS to build a video conference solution like zoom or google-meet?
Is there any sample code?
Thanks
suzp1984 commented
No, I think what you looks for is a SFU server, not a media gateway server. SRS is a live media gateway server, it can transfer multi live media formats. While the SFU server is a typical type of WebRTC architecture, used for interactive live video conference, you can check Mediasoup, Jitsi, e.g.
sridhard commented
got it. thanks