Hi all we are trying to shift to HLS streaming and I was able to set it up with these docs:
http://www.jwplayer.com/blog/encoding-hls-with-amazon-elastic-transcoder/
http://www.jwplayer.com/blog/delivering-hls-with-amazon-cloudfront/
http://support.jwplayer.com/customer/portal/articles/1430218-using-hls-streaming
my js which gets embedded is like under:
jwplayer('mediaplayer').setup({
sources:[{'file': 'http://dyinlm8q22u8a.cloudfront.net/3541/video/hls_output/3597_1m.m3u8', 'label': 'hls'}],
primary: 'flash',
type:'hls',
skin: '/static/staticfiles/player/skins/modieus.xml',
aspectratio: '16:9',
width:'100%',
});
The link above if we load it on http://demo.jwplayer.com/stream-tester/ works fine but it is not loadding on
when I use my jwplayer versions I am using are as under:
jwplayer.js - version 6.11.4923
jwplayer.html5.js - version 6.11.4923
Is the setup correct in my case, I am guessing that as it is working on demo player there is something wrong with the js setup code, I tried many things but couldnt get it up.any suggestions would be highly appreciated.
thanks and regards,
Moreover I dont see an errors in the console either,
aameer
↧