I was installed Loadbalancer 4.0 … Everything works perfect …
When I put :
http://[load-balancer-ip-address]/redirect/[application-name]/[stream- name]?scheme=m3u8
into flowplayer , it will redirect into
http://[load-balanced-server-ip-address]/[application-name]/[stream- name]/playlist.m3u8
and everything works …
But when webpage is in https mode , i need to HLS stream is comming from https … If I direct call to one edge
https://[load-balanced-server-ip-address]/[application-name]/[stream- name]/playlist.m3u8 , then everything works perfectly …
But when I want to redirect from load balancer to edge and call
https://[load-balancer-ip-address]/redirect/[application-name]/[stream- name]?scheme=m3u8, then I got “hlsjs: Video file not found” … It looks like redirection is sended to http , not https …
Can I setup something in Server.xml or VHost.xml in loadbalancer to correctly redirect https redirection ?