Question
Video server with load balancing
Hi there! Guys, I’m going to implement service for live streaming with Nginx RTMP. Asking about architecture. So I need to ingest a thousand of RTMP live streams and of course, I need huge network bandwidth. I need a solution which can balance between droplets and aggregate its newtworks into for example 10 Gbits. In case if I need more performance I just need to add more droplets. Is possible to create something like a cluster? Service must be available on the same domain name. For example www.myservice.com.
Thank in advance!