Our requirement is bidrectional stream, like a conference.
there is a maximum of 10 people in a room BUT the server should be hosting multiple rooms.
by the nature of CDN servers, it can only process HLS or RTMP and there are documentation/tutorials in Antmedia that do so,
but my question here are,
1. if using webrtc, is CDN needed?
2. If no, then how do we scale the streaming? Should it be just Antmedia Server deployed in multiple location and they route/relay with each other?
3. Does using CDN only works for one directional stream (concert or movie watching) and not bidrectional Many to Many conference?