ossrs/srs

Query about webrtc video conference

Closed this issue · 2 comments

Hi,

Can we use SRS to build a video conference solution like zoom or google-meet?
Is there any sample code?

Thanks

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.

got it. thanks