'Why entire Load is getting reflected on one node while other node is idle in Ant Media Server Cluster?

I have created an Ant Media Server cluster using cloudformation and when I'm publishing/playing the streams all load is getting reflected on one node while other node is idle.



Solution 1:[1]

It seems like you are publishing & playing from the same node in cluster due to which all traffic is reflecting on a single node.

Please make sure that you are using origin nodes for publishing and edge nodes for playing streams. URLs should be like below:

For Origin: https://domain-name/

For Edge : https://domain-name:5443/

antmedia

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Yash Tandon