Hi,
we successfully tryed to use the load balacing feature of Wowza using the link below
http://www.wowzamedia.com/forums/showthread.php?t=4637
and for the rmtp protocol it works fine.
Trying to do the same using the rtmpe protocol we noticed that the player is correctly redirected but it connects to the edge server without the query parameters needed for the secure connection,
e.g.
rtmpe://mystreaming.example.com/application?doConnect=code123&customParam=123
the second connection is perfomed without doConnect=code123&customParam=123 and so wowza rejects the connection saying that the security parameters are not sent:
e.g.
from redirector server.
[..]
DEBUG server comment - ModuleLoadBalancerRedirector.onConnect[application/_definst_]: from:rtmp://loadBalancer.example.com/application to:rtmpe://[ip_of_the_edge]/application
[..]
from the edge server.
[..]
DEBUG server comment - SecureURLParams: connect: FAIL (no query parameters)
INFO server comment - SecureURLParams: onConnect: rejected
[..]
Our next step will be the rtmpte connection so it would be nice to apply modifications for both protocols :)
The our main problem is that we know the Java programming language but not the Action script.
thnx a lot!
we successfully tryed to use the load balacing feature of Wowza using the link below
http://www.wowzamedia.com/forums/showthread.php?t=4637
and for the rmtp protocol it works fine.
Trying to do the same using the rtmpe protocol we noticed that the player is correctly redirected but it connects to the edge server without the query parameters needed for the secure connection,
e.g.
rtmpe://mystreaming.example.com/application?doConnect=code123&customParam=123
the second connection is perfomed without doConnect=code123&customParam=123 and so wowza rejects the connection saying that the security parameters are not sent:
e.g.
from redirector server.
[..]
DEBUG server comment - ModuleLoadBalancerRedirector.onConnect[application/_definst_]: from:rtmp://loadBalancer.example.com/application to:rtmpe://[ip_of_the_edge]/application
[..]
from the edge server.
[..]
DEBUG server comment - SecureURLParams: connect: FAIL (no query parameters)
INFO server comment - SecureURLParams: onConnect: rejected
[..]
Our next step will be the rtmpte connection so it would be nice to apply modifications for both protocols :)
The our main problem is that we know the Java programming language but not the Action script.
thnx a lot!