Hello,
We are trying to upgrade our 8 Wowza 3 servers to Wowza 4, and I am working out any bugs in our development environment to make sure it goes well. I was able to setup Wowza 4.1 with nDVR and Load Balancer 4.0 without any problems. But I have a few questions about it.
- When I use nDVR and Load Balancer with the Apple HLS (M3U8) redirect method.
If I point my client at this for redirection:
http://[load-balancer-ip-address]:1935/redirect/[application-name]/[stream-name]?scheme=m3u8
It correctly redirects to this:
http://[load-balanced-server-ip-address]:1935/[application-name]/[stream-name]/playlist.m3u8
But, since we are using nDVR (which works correctly on it’s own), I need it to redirect to this, yes?:
http://[load-balanced-server-ip-address]:1935/[application-name]/[stream-name]/playlist.m3u8?DVR
I have tried adding the DVR query at the end like this, but it doesn’t work.
http://[load-balancer-ip-address]:1935/redirect/[application-name]/[stream-name]?scheme=m3u8?DVR
Is there a way to use both of these together?
- I would like to have a backup Load Balancer.
Is there a way to specify a second Load Balancer in case primary fails? For our setup, each site has 2 Wowza servers. Each server has these roles:
Server1
liveorigin (primary)
liveedge (points to primary|backup)
Load Balancer Server (primary)
Load Balancer Client
Server2
liveorigin (backup)
liveedge (points to primary|backup)
Load Balancer Server (backup)
Load Balancer Client
The way I am thinking about doing it is using a virtual ip that both Load Balancer Clients will point to. So, when the primary server fails, the backup server will take the VIP, and thus become the Load Balancer Server. I remember with the Wowza 3 load balancer had a way to add a backup Load Balancer Server. Any ideas?
As always, thanks for your help!
Jordan