
Streaming not working on IOS and Android
Hello
I have a video being streamed here
http://test.avtdigital.com/asia-south-korea
The video works fine on desktop but on ios and android devices i get the following error
"undefined is not a function(evaluatinf 'b.filterPlaylist(c,!1,d.androidhls)')"
My jw player setup is as follows
jwplayer.key = "2UY6GxkzlXW92PKrdtGWUe2yBwC4l7ocojbgxpcbXlA=";
jwplayer("webcast-stream").setup({
id: 'playerID',
width: '100%',
aspectratio: "16:9",
file: videoName,
provider: 'rtmp',
streamer: 'rtmp://ingest.wowza.vualto.com/vualto--live/',
autostart: 'false',
stretching: "exactfit",
skin: "http://cdn1.cache.vualto.com/avtconnect/media/webcasts/_Common/Site/js/Players/skins/glow.xml?ver=1",
controls:playerControl,
primary: "html5",
androidhls:'true',
modes:
[
{
type: 'html5',
config: {
file: videoName,
provider: 'video'
}
},
{
type: "flash",
src: "http://cdn1.cache.vualto.com/avtconnect/media/webcasts/_Common/Site/js/Players/jwplayer.flash.swf"
}
]
}
});
where the file argument is being populated by videoName which is set to out .m3u8 file being hosted by wowza
I cant for the life of me figure it out and I cant find any support articles about it
Can you help at all?