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

upgrade to jwplayer 7 not working


I upgraded to jwplayer 7.7.2 (from 6.11)[the reason i upgraded to 7.7.2 is mentioned here http://support.jwplayer.com/customer/en/portal/questions/15894234-hls-video-with-embedded-javascript-not-loading-up?new=15894234] and the player at one place where I dont do much with the jwplayer events started working but at another place where I do many things with the events is not working and is not throwing any errors either following is the sample of my js which gets embedded at the end

old one:
working one on video which is on project details page:
<div id='mediaplayer' />
<script type='text/javascript'>
jwplayer('mediaplayer').setup({
sources:[{'file': 'http://dyinlm8q22u8a.cloudfront.net/3541/video/hls_output/3597_1m.m3u8', 'label': '1m'}],
primary: 'flash',
type:'hls',
androidhls:true,
aspectratio: '16:9',
width:'100%',
});
</script>
not working on this one which is another page, i tried with the above configration but no luck it donest throw any error either:
changed some code based on the recommendations present here https://github.com/jwplayer/jwplayer/wiki/2.1-JW-Player-7-API-Changes
tried to post the faulty code but that exceeded the maximum limit

to debug it live please follow the link:
preproduction.indee.tv/signup#login
and use these credentials for login:
Username : jwplayertest@indee.tv
pwd : 123456
and then check this this link:
http://preproduction.indee.tv/projects/3495/
scroll down the page and click on the video play icon you will see the jwplayer in working state here
and then check this link :
http://preproduction.indee.tv/screener/view/FlLjXfC3LC5WJwRaKP6eVP9dqTj1caZE/
where the jwplayer doesnt load the video

here we get the js generated from backend to check that debug this js file:
http://preproduction.indee.tv/static/staticfiles/js/screener/screeningviewcontroller.js?v=20Oct2105
line number 37

please let me know what the issue is have been scratching my head on this for a while,

thanks and regards
aameer

1 Community Answers

signup

Best Answer 

just in case someone faces the same issue in future .I figured it out I had a div over the parent of the mediaplayer which was causing the issue , not sure why though. once I removed it everything started working

signup

Best Answer  User  
0 rated :

just in case someone faces the same issue in future .I figured it out I had a div over the parent of the mediaplayer which was causing the issue , not sure why though. once I removed it everything started working

This question has received the maximum number of answers.