
Error loading player: No playable sources found
I'm having an IOS cloudfront issue.
The following code works perfectly well on Firefox but when I try it on the ipad I get "Error loading player: No playable sources found".
If I change the file to "ZAB.mp4" which is on the local webserver, it works fine on both the PC and iPad.
Does anyone have any suggestions? Am I missing something?
bc.. <script src="http://jwpsrv.com/library/u3uKSsn6EeKD8BIxOQulpA.js"></script>
<div id="container1" >Loading video...</div>
<script type="text/javascript">
jwplayer('container1').setup(
{
'id': 'container1',
'wmode': 'transparent',
'icons': 'true',
'allowscriptaccess': 'always',
'allownetworking': 'all',
'file': 'rtmp://s4regmn755rvt.cloudfront.net/cfx/st/video.mp4',
'width': '500', 'height': '307',
'controlbar': 'bottom',
'dock': 'false',
'provider':'rtmp',
'streamer':'rtmp://s4regmn755rvt.cloudfront.net/cfx/st'
});
</script>