We already setup an Load Balancer "listener" server instance and an "edge" server instance.
When we access to the http://[loadbalancer-ip]:1935/loadbalancer, we get a edge IP:
Code:
redirect=[edge-server]
But when we look at the "wowzamediaserver_error.log" located in the origin server, we got this:
Code:
ModuleLoadBalancerRedirector.onAppStart[Myapp/_definst_]: LoadBalancerListener not found. All connections to this application will be refused.
Why am I getting this error log even when I access to "http://[loadbalancer-ip]:1935/loadbalancer" appears the edge server properly?
Note: We are using a converted EBS-backed instances of Wowza Media Server 2 for EC2.