
No playable sources foundAMS 5 with JW Player 6
I have AMS setup and working fine as far as I can tell
http://cc.toonamo.org will show you the video i am attempting to load while on a pc.
http://cc.toonamo.org/vod/sequence/Sequence.m3u8 is the link to the HLS stream for ios devices
http://cc.toonamo.org/jw.html is were i am playing with the code to get the jw player working
jw.html contains:
bc.. jwplayer('my-video').setup({
width: '640',
height: '360',
players: [{
config: {
'file': 'http://cc.toonamo.org/vod/sequence/Sequence.f4m',
'provider': 'hds',
'image': '/vod/example.jpg'
},
type: 'flash',
src: 'jw/jwplayer.flash.swf'
},{
config: {
'file': 'http://cc.toonamo.org/vod/sequence/Sequence.m3u8'
},
type: 'html5'
}],
});
</script>
So far on a pc i get a black screen with the error Playlist could not be loaded: No playable sources found
On my iphone i get error loading player: No playable sources found
Is there some sort of debug option to see what jw see's and gets when it loads the manifest files?
Or better yet does anyone know how to fix this?