I intend to send a live video stream to multiple users. Currently, I'm using a webrtc gateway(server-side) to relay an incoming stream to multiple recipients, which incurs one stream per recipient, leading to high outgoing bandwidth.
Is there a method by which the relaying can be done by the network to take the burden off the server?
(My setup is something like this: https://stackoverflow.com/a/28645913/1100528. Webrtc isn't a necessity but I wanted to avoid Flash.)