Hello everyone! I would like to organize a many-to-many broadcast, this means that I will have several sources with video recordings that can be watched by several users at the same time, but there may also be one viewer.
- Does the one-to-many broadcast description from the documentation apply to my case or should I use a separate router for each individual broadcast, as is the case in your demo project?
- In the documentation you also indicate that:
So does this mean that I should also use a separate set of transports for each viewer? In my case, webRTC transport will be used to transmit the broadcast to the browser, as well as pipe transport to transfer the broadcast from one server to another (before giving it to the client)