You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Wowza Load Balancing and rtmpe protocol Created Oct 9, 2009

This thread is solved

Views: 3329     Replies: 3     Last reply Aug 7, 2011  
You must login first before you can use this feature

tech.mmp

Posts: 1

Registered:
Sep 3, 2009

Wowza Load Balancing and rtmpe protocol

Posted: Oct 9, 2009

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!

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

» Wowza Load Balancing and rtmpe protocol

Posted: Oct 20, 2009

Reply to: Wowza Load Balancing and rtmpe protocol, from tech
Wowza has now updated the Loadbalancer package so that it passes the querystring through. Re-download the package from here and it should fix this issue:http://www.wowzamedia.com/forums/showthread.php?t=4637

Anssi