Hello guys, I've got an idea to build something that involves streaming webcam to many users.<p>I have considered the following:<p>- Twilio Programmable Video (exactly what i need but it's not that cheap)<p>- WebRTC(peer2peer) - works, but requires for broadcaster to have good upload speed<p>- WebRTC(server is peer) - not that easy to implement<p>- nginx rtmp with a webrtc gateway - huh...<p>- red5 server<p>- encoding the cam data on the client and streaming buffer to the server directly<p>Do you guys have maybe some ideas how would you do this kind of thing. But do it as cheaply as possible.<p>Thanks :)