simplewebrtc / SimpleWebRTC

Simplest WebRTC ever
Other
4.65k stars 1.19k forks source link

Allow spectators #666

Open mortenbirkelund opened 6 years ago

mortenbirkelund commented 6 years ago

Using simplewebrtc, is it then somehow possible to allow spectators to a video chat between two people. So to allow the video- and audio feed of both participants to be sent to the spectators?

If so, any pointers on how this can be achieved?

dcotoz commented 6 years ago

Without their video feed appearing in the video chat?

mortenbirkelund commented 6 years ago

I ended up using kurento media server, to create a group chat functionality where only the 2 primary participants share their video and audio, and all others only receive it.