I have been reading about WebRTC video feature of wowza and its use cases for around couple of weeks now. I also did successful setup using wowza streaming engine (for WebRTC) with this link - https://www.wowza.com/docs/how-to-use-webrtc-with-wowza-streaming-engine
However, I want to extend this solution and customize it for below requirements -
- how can we setup a multi user video conferencing room (on browser based WebRTC technology) using wowza where few (around 50) presenters can join the common video room through browser (example zoom video call).
- Once above conference room is ON, we want to take out the single audio-video stream – which has audio-video from all participants and stream/broadcast the meeting room to many viewers (through HLS streaming) - to be embedded into independent web portal.
- Video cameras for different presenters need run-time customization to present a user friendly layout - so that dominant speakers are shown on screen as they speak.
Are there any available sample that can be used or is it possible to achieve with available wowza streaming engine features?
Documentation here says its few-to-many use case… but now guides on how we can achieve this.
Any pointers would help a lot.