
JW Player + Cloudfront Streaming with Signed URL + iPhone, iPad
Hi everyone. I'm building a membership site, with private content, and I'm using Cloudfront Streaming with Signed URL to avoid people downloading and distributing content.
Everything is working fine, except it doesn't work with iPad and iPhone.
I read a lot of things here, but I couldn't find any solution.
My embed code is:
<p><script src="http://jwpsrv.com/library/WzTjXuaVEeK2DBIxOQulpA.js">
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "rtmp://xxxx.cloudfront.net/cfx/st/signedURL",
width: 640,
height: 360
});
</script></p>
Does anyone can help me?
Best regards,
Leonardo