The Wowza load balancer works for any client. You can use the HTTP method of getting “least loaded server” as you form HTML for iOS device in your server page (php, asp, etc)
so the idea is to pull information from LoadBalancer Listener which receives statuses from all Edge servers and to update the stream URL in the client application to point to the least loaded server. Right?
The problem is that we cannot dynamically update the stream URLs.
Is there any way of using a redirect or something?
I’m trying to have an external M3U8 playlist that points to the each profile’s playlist. I do not use SMIL file, but manually created playlist (stream.m3u8).
There is the HTTP method of getting least loaded server, and there is the NetConnection redirect method. The latter is essentially same as a standard web page redirect (302) where the server tells the client where to go, then the client goes there. With the HTTP method you can do this in your server page, or you could do it client-side with XMLHTTPRequest (ajax).