Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

hls video with embedded javascript not loading up


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:

<script type='text/javascript'>
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%',
});
</script>

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

1 Community Answers

signup

Best Answer 

please check this link for updated question:
http://support.jwplayer.com/customer/en/portal/questions/15896452-upgrade-to-jwplayer-7-not-working?new=15896452

signup

Best Answer  User  
0 rated :

please check this link for updated question:
http://support.jwplayer.com/customer/en/portal/questions/15896452-upgrade-to-jwplayer-7-not-working?new=15896452

This question has received the maximum number of answers.