I need to set a load balancer on an instance (or more instances, [compute engine]) with http and rtmp. Tried the default load balancers of Google, but they can't get both http and rtmp works :(
I've create a TCP load balancer with port 80 for HTTP and port 1883 for RTMP (because the default port for RTMP is not available on google's tcp load balancer.
HTTP is fine, RTMP can't work.
Backend server is NGINX, i've setted the correct ports!