Wowza + JWPlayer + redirect, 403 forbidden
When using smil file and loadbalancing 4.0 in wowza i get error "Cannot load M3U8: 403 (Forbidden)".
It does work without the redirect (without /redirect) of the loadbalancing, how do we solve it?
Player code
<div id="my-video"></div>
<script type="text/javascript">
jwplayer("my-video").setup({
file: "http://cdn-flash.net:1935/redirect/myedge/smil:vn.smil/playlist.m3u8" ,
width: "1280",
height: "720",
hlshtml: true,
autostart: true
});
</script>
Same goes with http://cdn-flash.net:1935/redirect/myedge/mp4:tvvn_source?scheme=m3u8
Error loading player: no playable source found.(Chrome PC, Android)
With file: "http://cdn-flash.crossnet.net:1935/redirect/myedge/mp4:tvvn_source/loadbalancer.smil?assets=tvvn_360p,tvvn_source&bitrates=1024000,2048000"
does not work with HTML5 (i.e Chrome in Andorid, iphone)
Where http://cdn-flash.net:1935/myedge/mp4:tvvn_source/playlist.m3u8 does work (no loadbalancing)
How to use JWplayer and loadbalancing for HTML5 correct?