
JWP7: Setup Timeout Error
I know, it was a million time asked, but advice in this posts not helping me.
Some time we using previous version of JWP, now we upg to 7, i replace XXX.js, add jwplayer.key string. But only i have - Setup Timeout Error, Same problem with cloud version of js.
Our source is RTMP. Try at win7 chrome, IE9, ubuntu 16 firefox.
Call of jwp:
<script src='https://content.jwplatform.com/libraries/some.js'></script>
<div id='someID'></div>
<script type='text/javascript'>jwplayer('someID').setup({file: 'rtmp://x.x.x.x/stream', width: '320', height: '240'})</script>
What iam doeing wrong?