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

Setup timeout error


Please I need help, I have installed JWplayer and i have this error Setup timeout error : Setup took longer than 30 seconds to complete.
Here is my code
<script src="js/jQuery-2.1.4.min.js"></script>
<script src="js/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="+WCdhoWbLlA+wf8jabSfnIw6FgZjIjwT2/aOKQ==";</script>
</head>

<body>



<div id="container1" >Loading video...</div>
<script type="text/javascript">
jwplayer('container1').setup(
{
'id': 'container1',
'wmode': 'transparent',
'icons': 'true',
'allowscriptaccess': 'always',
'allownetworking': 'all',
'file': 'myvideo.mp4',
'width': '100%', 'height': '307',
'controlbar': 'bottom',
'dock': 'false',
'provider':'rtmp',
'streamer':'rtmp://51.255.69.188:1935/vision4/VISION4/cfx/st',
'modes': [

{
type: 'html5',
config: {
'file': 'http://51.255.69.188:1935/vision4/VISION4/playlist.m3u8',
'provider': 'video'
}
},

]
});
</script>
</body>
</html>

Thank you for any help

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

My name is Alex and I am one of the Support Engineers at JW Player. I will be more than happy to assist you with your questions.

What version of the player are you using on your page? I ask because it looks like your embed code contains a lot of configuration options that we no longer have available in the player, at least in the form you are using them in.

Please let me know and we’ll get you up and running again!

Thanks.

This question has received the maximum number of answers.