
"Error loading media: file could not be played" on ipad
I had set up a video on my site and got it working properly. When I tried it on ipad, I got an error. I started trying to troubleshoot thru your forum and got to the bunny.mp4 video. When I put your link in my code, it worked perfectly on ipad. When I uploaded bunny.mp4 to my amazon s3/cloudfront account, it worked on my desktop, but not on my ipad.
Since bunny.mp4 worked from your link but not from my server, I assume my server is the problem. But I can't seem to find any answers on their forum. If you agree that their server is the problem, would you have any idea how I can fix this or maybe a better search term for their forum?
Thanks!
Here is the link: http://www.wpkahuna.com/videos/the-wordpress-dashboard/
Here is my code:
bc.. <div id="myElement"></div>
<script>
jwplayer("myElement").setup({
playlist: [{
image: "",
sources: [{
file: "rtmp://s8jd5y2rbj18v.cloudfront.net/cfx/st/mp4:bunny.mp4"
},{
file: "http://d28xjrpu39bs0f.cloudfront.net/bunny.mp4"
}]
}],
primary: "flash"
});
</script>