illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.98k stars 1.53k forks source link

loadbalancing #49

Open alienmaster9 opened 6 years ago

alienmaster9 commented 6 years ago

do you have a plan how can we loadbalance for example i need to serve 20000 users at same time like cdn setup

illuspas commented 6 years ago

Cluster deployment is required. In addition, I am optimizing performance, about 200% improvement.

fukuball commented 4 years ago

@illuspas Hope you well, really need the load balancing feature.

mattcwebster commented 3 years ago

In addition, I am optimizing performance, about 200% improvement.

when will cluster be available?

ermiaqasemi commented 2 years ago

Any update on this?